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 140851 - [A11Y] Issues with [Command] - Action custom property editor
Summary: [A11Y] Issues with [Command] - Action 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-19 00:25 UTC by Ivan Sidorkin
Modified: 2008-07-26 18:32 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-19 00:25:47 UTC
Results of Accessibility test, window with title "WaitScreen.SUCCESS_COMMAND [Command] - Action"

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


 No Accessible description :
   Class: javax.swing.JComboBox {  |  } 
   Class: javax.swing.JComboBox {  |  } 
   Class: javax.swing.JRadioButton {  Call: |  } 
   Class: javax.swing.JRadioButton {  Do Nothing |  } 
   Class: javax.swing.JRadioButton {  Exit Midlet |  } 
   Class: javax.swing.JRadioButton {  Go to Previous Displayable |  } 
   Class: javax.swing.JRadioButton {  Switch to Displayable: |  }
Comment 1 Jaromir Uhrik 2008-07-21 11:32:46 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 10:17:16 UTC
changeset:   91250:936f68b1067c
user:        Denis Anisimov <ads@netbeans.org>
date:        Tue Jul 22 13:14:21 2008 +0400
summary:     Fix for #140851 - [A11Y] Issues with [Command] - Action custom property editor
Comment 3 Quality Engineering 2008-07-22 13:49:06 UTC
Integrated into 'main-golden', available in NB_Trunk_Production #336 build
Changeset: http://hg.netbeans.org/main/rev/936f68b1067c
User: Denis Anisimov <ads@netbeans.org>
Log: Fix for #140851 - [A11Y] Issues with [Command] - Action custom property editor
Comment 4 Ivan Sidorkin 2008-07-23 16:15:10 UTC
Results of Accessibility test, window with title "WaitScreen.SUCCESS_COMMAND [Command] - Action"

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


 No Accessible description :
   Class: javax.swing.JComboBox {  |  } 
Comment 5 Denis Anisimov 2008-07-23 16:51:12 UTC
Dialog has three JComboBox.
Two of them was fixed.

But one JComboBox is disabled by default state. So it seems 
it was skipped by A11 tester tool.

Fixed for third JComboBox.

changeset:   91837:85258daf30e8
user:        Denis Anisimov <ads@netbeans.org>
date:        Wed Jul 23 19:48:57 2008 +0400
summary:     Fix for third JComboBox in #140851.
Comment 6 Quality Engineering 2008-07-24 03:59:52 UTC
Integrated into 'main-golden', available in NB_Trunk_Production #341 build
Changeset: http://hg.netbeans.org/main/rev/85258daf30e8
User: Denis Anisimov <ads@netbeans.org>
Log: Fix for third JComboBox in #140851.
Comment 7 Ivan Sidorkin 2008-07-26 18:32:04 UTC
verified