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 140084 - [A11Y] Issues with Build Selected Project Configurations dialog
Summary: [A11Y] Issues with Build Selected Project Configurations dialog
Status: VERIFIED FIXED
Alias: None
Product: javame
Classification: Unclassified
Component: Build System (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Denis Anisimov
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-07-15 13:38 UTC by Andrei Chistiakov
Modified: 2008-07-29 12:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screen shot (73.45 KB, image/png)
2008-07-18 14:13 UTC, Andrei Chistiakov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrei Chistiakov 2008-07-15 13:38:19 UTC
Reproduced with NetBeans IDE Dev (Build 20080715055910).

Issues with Build Selected Project Configurations

 No Accessible description :
   Class: org.netbeans.core.windows.services.NbDialog {  Build Selected Project Configurations |  } 

 Components with no mnemonic :
   Class: javax.swing.JCheckBox {  Aaaa |  Aaaa } 
   Class: javax.swing.JCheckBox {  DefaultConfiguration |  DefaultConfiguration }
Comment 1 Jaromir Uhrik 2008-07-15 13:51:15 UTC
Seems like there is a fake accessible name and description in the following JCheckBox, please assign the proper accessible text information to the 
component:
Class: javax.swing.JCheckBox {  Aaaa |  Aaaa } 
Comment 2 Petr Suchomel 2008-07-15 14:01:04 UTC
Isn't this inherited by Swing default from configuration name?
Comment 3 Denis Anisimov 2008-07-18 13:57:59 UTC
Could you please provide steps for getting dialog that is mentioned in 
description, screenshot of this dialog and marks for both JCheckBoxes
on this screenshot.
I cannot identify how this components could be accessed and where they are.
Comment 4 Andrei Chistiakov 2008-07-18 14:12:58 UTC
To see this dialog, please right-click the project node on Projects tree and invoke 'Batch Build...' popup menu command
Comment 5 Andrei Chistiakov 2008-07-18 14:13:46 UTC
Created attachment 64963 [details]
screen shot
Comment 6 Denis Anisimov 2008-07-18 14:19:27 UTC
Thanks.
Comment 7 Denis Anisimov 2008-07-18 14:43:52 UTC
Accessible description for dialog is corrected.

But mnemonics could not be set for CheckBoxes because this is dynamically
generated components that are based on configuration names.

"Aaaa" is not fake accessible name in the same way as it is not fake text for ComboBox.
I believe this is name of configuration in test environment.
Accessible name and description are set based on configuration name.
There is no possibility to set them via static way. 

changeset:   90752:7db417f11ca2
user:        Denis Anisimov <ads@netbeans.org>
date:        Fri Jul 18 17:40:25 2008 +0400
summary:     Fix for #140084 - [A11Y] Issues with Build Selected Project Configurations dialog
Comment 8 Andrei Chistiakov 2008-07-29 12:47:40 UTC
Verified with NetBeans IDE Dev (Build 200807290201).