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 127919 - [A11Y] Missing Accessible Description for "Add Project Configuration" dialog
Summary: [A11Y] Missing Accessible Description for "Add Project Configuration" dialog
Status: VERIFIED FIXED
Alias: None
Product: javame
Classification: Unclassified
Component: Build System (show other bugs)
Version: 6.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Andrew Korostelev
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-02-20 17:02 UTC by Petr Dvorak
Modified: 2008-06-17 12:42 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 Petr Dvorak 2008-02-20 17:02:48 UTC
A11Y results for "Project properties > Platform > Manage Configurations > Add More...":

No Accessible description :

Class
    org.netbeans.core.windows.services.NbDialog { Add Project Configuration | }
Comment 1 Jaromir Uhrik 2008-02-25 12:47:57 UTC
The priority is assigned properly - the fix seems to be simple.
Comment 2 Karol Harezlak 2008-02-26 10:17:16 UTC
fixed in main trunk

http://hg.netbeans.org/main?cmd=changeset;node=60a85fd0c435
Comment 3 Petr Dvorak 2008-04-14 11:18:54 UTC
The a11y plugin still says the same:

No Accessible description :

Class
    org.netbeans.core.windows.services.NbDialog { Add Project Configuration | }

How to get to the dialog: Create a new mobility (MIDP) project, right-click the root node of the project in the Projects
view, choose properties from the pop-up menu and go to "Platform" tab (select Platform node). Click "Manage
Configurations..." button at the top of the dialog (dialog appears), then click "Add Mode..." (so it  not the simple
"Add", but "Add more"). Dialog "Add Project Configuration" appears.

Please let me know if there is the problem with the plugin or if the issue is fixed so that I can verify it;).
Comment 4 Marian Mirilovic 2008-04-14 13:44:50 UTC
not a P1
Comment 5 Andrew Korostelev 2008-04-17 12:59:58 UTC
fixed in main trunk http://hg.netbeans.org/main/rev/016d207ee3f1

should work correctly.
Accessible name and descr. are specified for main panels of dialogs during dialogs UI initialization by each dialog itself.

HAve checked for NewConfigurationPanel, opened by "Add..."
and for ConfigurationsSelectionPanelGUI, opened by "Add More..." (accessible name and description were corrected for
this dlg).

I have removed extra acc. name and description added  for these dialogs after their creation
(commit http://hg.netbeans.org/main?cmd=changeset;node=60a85fd0c435 ). 
Comment 6 Petr Dvorak 2008-05-13 13:54:45 UTC
Product Version: NetBeans IDE Dev (Build 200805130003)
Java: 1.5.0_14; Java HotSpot(TM) Client VM 1.5.0_14-b03
System: Linux version 2.6.22-14-generic running on i386; UTF-8; en_US (nb)

I know reopening this issue is probably quite annoying as the real impact of this issue is minimal, but I will do it
just in case. This is a result of a test executed by Accessibility plugin (see
http://a11y.netbeans.org/Instructions.html) - executed 5 minutes ago:

----------------------BEGIN

===============================================
 Tested Window title : Add Project Configuration
===============================================

Results of Accessibility test


 Doesn't implement Accessible :
   - none.

 No Accessible name :
   - none.

 No Accessible description :
   Class: org.netbeans.core.windows.services.NbDialog {  Add Project Configuration |  } 


 Label with LABEL_FOR not set :
   - none.

 Components with no LABEL_FOR pointing to it :
   Class: org.openide.explorer.view.TreeTable {  N/A |  N/A } 


 Components with no mnemonic :
   - none.

 Components with wrong mnemonic (mnemonic isn't ASCII , label doesn't contain mnemonic):
   - none.

 Components not reachable with tab traversal :
   - none.


----------------------END

The plugin says that the dialog with a title "Add Project Configuration" that pops out when you click "Add more" button
does not have an accessible description... Maybe there is a bug in the plugin, but the dialog that shows up after you
click "Add" does not have this problem...

Sorry for reopening...
Comment 7 Andrew Korostelev 2008-06-04 16:38:55 UTC
fixed in main trunk
have tested with http://a11y.netbeans.org/Instructions.html

http://hg.netbeans.org/main/rev/abeeb2a6e123
Comment 8 Petr Dvorak 2008-06-17 12:42:18 UTC
OK, Verified