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 140799 - [A11Y] Issues with Default Command property editor
Summary: [A11Y] Issues with Default Command property editor
Status: VERIFIED FIXED
Alias: None
Product: javame
Classification: Unclassified
Component: Visual Designer (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Denis Anisimov
URL:
Keywords: A11Y
: 140800 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-07-18 19:07 UTC by Ivan Sidorkin
Modified: 2008-07-25 12:06 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:07:16 UTC
Results of Accessibility test, window with title "choiceGroup [ChoiceGroup] - Default Command"


 Doesn't implement Accessible :
   - none.

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


 No Accessible description :
   Class: javax.swing.JComboBox {  |  } 
   Class: javax.swing.JRadioButton {  Default Command: |  } 


 Label with LABEL_FOR not set :
   - none.

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JEditorPane {  |  text/x-java }
Comment 1 Jaromir Uhrik 2008-07-21 11:19:39 UTC
This is at least P2 because of missing accessible names - see http://qa.netbeans.org/bugzilla/bug_priority_guidelines.html
Comment 2 Denis Anisimov 2008-07-21 19:12:02 UTC
There is no labels. So property LABEL_FOR is not needed.
Radio buttons are used instead of Labels here.

All other issues are fixed.

changeset:   90763:843cef02497b
user:        Denis Anisimov <ads@netbeans.org>
date:        Mon Jul 21 17:20:31 2008 +0400
summary:     Fix for #140799 - [A11Y] Issues with Default Command property editor
Comment 3 Ivan Sidorkin 2008-07-22 15:51:56 UTC
Results of Accessibility test, window with title "choiceGroup [ChoiceGroup] - Default Command"

 No Accessible description :
   Class: javax.swing.JComboBox {  List with default command choices |  } 
Comment 4 Denis Anisimov 2008-07-23 08:08:01 UTC
Correct , there was two calls of method setAccessibleName().

changeset:   91344:28c25f89772c
user:        Denis Anisimov <ads@netbeans.org>
date:        Wed Jul 23 11:00:01 2008 +0400
summary:     Corrections for fixes in #140799 and #140809.
Comment 5 Denis Anisimov 2008-07-23 10:04:42 UTC
*** Issue 140800 has been marked as a duplicate of this issue. ***
Comment 6 Ivan Sidorkin 2008-07-25 12:06:36 UTC
verified