This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 94417 - a11y: (new WebServices client dialog )Components with no LABEL_FOR pointing to it
Summary: a11y: (new WebServices client dialog )Components with no LABEL_FOR pointing t...
Status: RESOLVED DUPLICATE of bug 94423
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: _ potingwu
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2007-02-05 17:28 UTC by Chary Kanaparthi
Modified: 2007-07-17 00:08 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chary Kanaparthi 2007-02-05 17:28:00 UTC
Shortfin RC4
- create new VWP (j2ee5 project, jdk1.6beta)
- click Web Pages to addd New Web Service Client
- when the New Web Service Client window pops up
- provide local file, package name, proxy information
- ctrl+F11 do accessibility test
- the result as follows: 

<HTML><HEAD>
<TITLE>Output from UIAccessibilityTester for window with title : New Web Service
Client </TITLE>
</HEAD>
<BODY>
<PRE>
Results of Accessibility test, window with title "New Web Service Client"


 Doesn't implement Accessible :
   - none.

 No Accessible name :
   - none.

 No Accessible description :
   - none.

 Label with LABEL_FOR not set :
   - none.

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTextField {  Local WSDL File |  Target location of WSDL
file in the project } 


 Components with no mnemonic :
   - none.

 Components with wrong mnemonic (mnemonic isn't ASCII , label doesn't contain
mnemonic):
   - none.

 Components not reachable with tab traversal :
   - none.
</PRE>
</BODY>
</HTML>
*** (#1 of 1): 2006-10-30 10:24:36 PST Lucy

Evaluation :
-----------

Known issue. The code needs to be fixed in NB.
*** (#1 of 1): 2006-11-16 20:00:22 PST sanjay.
Comment 1 _ potingwu 2007-07-17 00:08:25 UTC

*** This issue has been marked as a duplicate of 94423 ***