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 128130 - A11Y: Components with no LABEL_FOR pointing to it in "Add Action" dialog
Summary: A11Y: Components with no LABEL_FOR pointing to it in "Add Action" dialog
Status: RESOLVED INVALID
Alias: None
Product: javaee
Classification: Unclassified
Component: Struts (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ potingwu
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-02-22 11:27 UTC by Roman Mostyka
Modified: 2008-02-22 21:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
The dialog (13.55 KB, image/gif)
2008-02-22 21:11 UTC, _ potingwu
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Mostyka 2008-02-22 11:27:58 UTC
<HTML><HEAD>
<TITLE>Output from UIAccessibilityTester for window with title : Add Action </TITLE>
</HEAD>
<BODY>
<PRE>
Results of Accessibility test, window with title "Add Action"


 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 {  Input Resource |  Module-relative path of resource to which control should be
returned if a validation error is encountered. Valid only when "name" is specified. Required if "name" is specified and
the input bean returns validation errors. Optional if "name" is specified and the input bean does not return validation
errors. } 


 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 _ potingwu 2008-02-22 21:11:42 UTC
Created attachment 57106 [details]
The dialog
Comment 2 _ potingwu 2008-02-22 21:12:14 UTC
Please look at the dialog I just attached. For all Java UI elements, the radio/checkbox cannot be used for LABEL_FOR.
The Mnemonic has been used for the checkbox itself and cannot be assigned to LABEL_FOR the textfield.

I think this is a general Java UI limit and is an invalid bug.

Please see also issue#128128.