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 140842 - [A11Y] Issues with [ChoiceGroup] - Instance Name custom property editor
Summary: [A11Y] Issues with [ChoiceGroup] - Instance Name 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 22:37 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 22:37:20 UTC
Results of Accessibility test, window with title "choiceGroup [ChoiceGroup] - Instance Name"

 No Accessible name :
   Class: javax.swing.JTextField {  |  } 


 No Accessible description :
   Class: javax.swing.JTextField {  |  } 


 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTextField {  |  }
Comment 1 Jaromir Uhrik 2008-07-21 11:30:42 UTC
This is P2 issue because accessible name is missing - see http://qa.netbeans.org/bugzilla/bug_priority_guidelines.html
Comment 2 Denis Anisimov 2008-07-22 08:31:31 UTC
changeset:   91084:184e40a18426
user:        Denis Anisimov <ads@netbeans.org>
date:        Tue Jul 22 11:21:44 2008 +0400
summary:     Fix for #140842 - [A11Y] Issues with [ChoiceGroup] - Instance Name custom property editor
Comment 3 Quality Engineering 2008-07-22 13:50:31 UTC
Integrated into 'main-golden', available in NB_Trunk_Production #336 build
Changeset: http://hg.netbeans.org/main/rev/184e40a18426
User: Denis Anisimov <ads@netbeans.org>
Log: Fix for #140842 - [A11Y] Issues with [ChoiceGroup] - Instance Name custom property editor
Comment 4 Ivan Sidorkin 2008-07-23 16:03:54 UTC
Results of Accessibility test, window with title "choiceGroup1 [ChoiceGroup] - Instance Name"

Components with no mnemonic :
Class: javax.swing.JLabel { Instance Name: | }
Comment 5 Ivan Sidorkin 2008-07-23 16:05:02 UTC
verified by mistake
Comment 6 Denis Anisimov 2008-07-23 16:36:49 UTC
changeset:   91836:5848176af6be
tag:         tip
user:        Denis Anisimov <ads@netbeans.org>
date:        Wed Jul 23 19:36:01 2008 +0400
summary:     Fix mnemonic for #140842.
Comment 7 Quality Engineering 2008-07-24 04:01:36 UTC
Integrated into 'main-golden', available in NB_Trunk_Production #341 build
Changeset: http://hg.netbeans.org/main/rev/5848176af6be
User: Denis Anisimov <ads@netbeans.org>
Log: Fix mnemonic for #140842.
Comment 8 Ivan Sidorkin 2008-07-25 12:06:35 UTC
verified