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 - a11y: (new web service client dialog) no-label for textField
Summary: a11y: (new web service client dialog) no-label for textField
Status: RESOLVED INVALID
Alias: None
Product: webservices
Classification: Unclassified
Component: Client (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: bhate
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2006-10-30 20:58 UTC by lucyli
Modified: 2007-08-23 17:42 UTC (History)
0 users

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 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.