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 140814 - [A11Y] Issues with [ChoiceGroup] - Preferred Width custom property editor
Summary: [A11Y] Issues with [ChoiceGroup] - Preferred Width 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 20:00 UTC by Ivan Sidorkin
Modified: 2008-07-22 16:17 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 20:00:15 UTC
Results of Accessibility test, window with title "choiceGroup [ChoiceGroup] - Preferred Width"


 Doesn't implement Accessible :
   - none.

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


 No Accessible description :
   Class: javax.swing.JCheckBox {  Unlocked |  } 
   Class: javax.swing.JRadioButton {  Preferred Width: |  } 
   Class: javax.swing.JTextField {  |  } 


 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.JTextField {  |  } 


 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 :
   Class: javax.swing.JEditorPane {  |  text/x-java }
Comment 1 Jaromir Uhrik 2008-07-21 11:29:26 UTC
This P2 issue because accessible name is missing - see http://qa.netbeans.org/bugzilla/bug_priority_guidelines.html
Comment 2 Denis Anisimov 2008-07-21 16:04:56 UTC
The reasons of this issue are the same as in #140810 .
A11Y properties are generated mostly dynamically and fixes the same.

So it is fixed in the same commit as in #140810 .
Comment 3 Ivan Sidorkin 2008-07-22 16:17:35 UTC
verified