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 142076 - [A11Y] Issues with [List] - Select Command custom property editor
Summary: [A11Y] Issues with [List] - Select Command custom 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
Depends on:
Blocks:
 
Reported: 2008-07-29 14:36 UTC by Ivan Sidorkin
Modified: 2008-08-04 11: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-29 14:36:34 UTC
Results of Accessibility test, window with title "list [List] - Select Command"

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

 No Accessible description :
   Class: javax.swing.JComboBox {  |  } 
   Class: javax.swing.JRadioButton {  Select Command: |  }
Comment 1 Denis Anisimov 2008-07-30 17:50:10 UTC
Need to set A11Y props.
Comment 2 Denis Anisimov 2008-07-31 08:14:48 UTC
changeset:   93671:18e60c7d6896
user:        Denis Anisimov <ads@netbeans.org>
date:        Thu Jul 31 11:09:50 2008 +0400
summary:     Fix for #142076 - [A11Y] Issues with [List] - Select Command custom property editor
Comment 3 Quality Engineering 2008-07-31 15:51:32 UTC
Integrated into 'main-golden', available in build *200807311401* on http://bits.netbeans.org/dev/nightly/
Changeset: http://hg.netbeans.org/main/rev/59a79b30ce8c
User: Denis Anisimov <ads@netbeans.org>
Log: Fix to A11Y issue related to #142076 - [A11Y] Issues with [List] - Select Command custom property editor
Comment 4 Ivan Sidorkin 2008-08-01 16:05:24 UTC
Results of Accessibility test, window with title "list [List] - Select Command"

 No Accessible description :
   Class: javax.swing.JComboBox {   |  } 
Comment 5 Denis Anisimov 2008-08-01 17:17:45 UTC
Sequence of initializing A11Y props for radio button
and combobox was wrong.
Corrected.

changeset:   94096:aadb757f6aee
user:        Denis Anisimov <ads@netbeans.org>
date:        Fri Aug 01 20:12:25 2008 +0400
summary:     Fix for #142076 - [A11Y] Issues with [List] - Select Command custom property editor
Comment 6 Quality Engineering 2008-08-02 15:59:38 UTC
Integrated into 'main-golden', available in build *200808021401* on http://bits.netbeans.org/dev/nightly/
Changeset: http://hg.netbeans.org/main/rev/aadb757f6aee
User: Denis Anisimov <ads@netbeans.org>
Log: Fix for #142076 - [A11Y] Issues with [List] - Select Command custom property editor
Comment 7 Ivan Sidorkin 2008-08-04 11:17:54 UTC
verified