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 128132 - A11Y: Components with no LABEL_FOR pointing to it in "Add Forward/Include Action" dialog
Summary: A11Y: Components with no LABEL_FOR pointing to it in "Add Forward/Include Act...
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:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
The dialog (10.88 KB, image/gif)
2008-02-22 21:13 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:28:05 UTC
<HTML><HEAD>
<TITLE>Output from UIAccessibilityTester for window with title : Add Forward/Include Action </TITLE>
</HEAD>
<BODY>
<PRE>
Results of Accessibility test, window with title "Add Forward/Include 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 {  Resource File |  Resource File } 


 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:13:37 UTC
Created attachment 57107 [details]
The dialog
Comment 2 _ potingwu 2008-02-22 21:14:08 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.