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 140810 - [A11Y] Issues with [ChoiceGroup] - Preferred Height custom property editor
Summary: [A11Y] Issues with [ChoiceGroup] - Preferred Height 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:56 UTC by Ivan Sidorkin
Modified: 2008-07-22 16:08 UTC (History)
1 user (show)

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:56:20 UTC
Results of Accessibility test, window with title "choiceGroup [ChoiceGroup] - Preferred Height"

 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 Height: |  } 
   Class: javax.swing.JTextField {  |  } 


 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JEditorPane {  |  text/x-java } 
   Class: javax.swing.JTextField {  |  }
Comment 1 Jaromir Uhrik 2008-07-21 11:28:51 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 19:10:53 UTC
There are no labels for pointed component.
Radio buttons are instead of them.

All other issues are fixed.

changeset:   91016:bc207b267173
user:        Denis Anisimov <ads@netbeans.org>
date:        Mon Jul 21 18:59:44 2008 +0400
summary:     Fix for #140810 - [A11Y] Issues with [ChoiceGroup] - Preferred Height custom property editor
Comment 3 Ivan Sidorkin 2008-07-22 16:08:01 UTC
verified