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 140804 - [A11Y] Issues with Label custom property editor
Summary: [A11Y] Issues with Label custom property editor
Status: VERIFIED FIXED
Alias: None
Product: javame
Classification: Unclassified
Component: Visual Designer (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Denis Anisimov
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-07-18 19:26 UTC by Ivan Sidorkin
Modified: 2008-07-28 12:27 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 Ivan Sidorkin 2008-07-18 19:26:02 UTC
Results of Accessibility test, window with title "choiceGroup [ChoiceGroup] - Label"


 Doesn't implement Accessible :
   - none.

 No Accessible name :
   Class: javax.swing.JEditorPane {  |  text/x-java } 
   Class: javax.swing.JTextArea {  |  } 


 No Accessible description :
   Class: javax.swing.JRadioButton {  Label: |  } 
   Class: javax.swing.JTextArea {  |  } 


 Label with LABEL_FOR not set :
   - none.

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JEditorPane {  |  text/x-java } 
   Class: javax.swing.JTextArea {  |  }
Comment 1 Jaromir Uhrik 2008-07-21 11:24:08 UTC
At least P2 because there are missing acc names. See http://qa.netbeans.org/bugzilla/bug_priority_guidelines.html
Comment 2 Denis Anisimov 2008-07-21 14:24:05 UTC
This is already fixed as part of other fixes in property editors.

Again:  there are no labels. Radio buttons are instead of labels.
So no need in LABEL_FOR .
Comment 3 Ivan Sidorkin 2008-07-28 12:27:03 UTC
verified