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 88283

Summary: a11y: (new web service client dialog) no-label for textField
Product: webservices Reporter: lucyli <lucyli>
Component: ClientAssignee: bhate <bhate>
Status: RESOLVED INVALID    
Severity: blocker Keywords: A11Y
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description lucyli 2006-10-30 20:58:10 UTC
NB5.5 (shortfinrc4, jdk1.6)
- create new Web application (J2EE5)
- new Web service  client
- provide information in the new web service client dialog
- ctrl-F11 for a11y test
- the restult 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>
Comment 1 bhate 2007-08-23 17:42:23 UTC
The text field is enabled with a radio button associated with it.
There is no label used for the text field.
Hence this issue is not valid.
In other words we do not need a label for the text field.