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 140571 - Missing accessible description for Add Project dialog
Summary: Missing accessible description for Add Project dialog
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jan Becicka
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-07-17 15:56 UTC by Petr Dvorak
Modified: 2008-08-12 16:20 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-07-17 15:56:58 UTC
NB: 20080710

Create a JavaApplication and go to Project properties. Click "Add Project" in the Libraries. Dialog "Add Project" does
not have an accessible description.
Comment 1 Jan Becicka 2008-08-12 15:27:09 UTC
It has description...
AntArtifactChooser:

chooser.getAccessibleContext().setAccessibleDescription(NbBundle.getMessage
(AntArtifactChooser.class,"AD_AACH_SelectProject"));
Comment 2 Petr Dvorak 2008-08-12 15:38:52 UTC
Product Version: NetBeans IDE Dev (Build 200808120201)
Java: 1.5.0_15; Java HotSpot(TM) Client VM 1.5.0_15-b04
System: Linux version 2.6.24-19-generic running on i386; UTF-8; en_US (nb)

Can you please double check it? Result of A11Y tool:

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

Results of Accessibility test


 Doesn't implement Accessible :
   Class: org.netbeans.swing.dirchooser.InputBlocker {  } 


 No Accessible name :
   - none.

 No Accessible description :
   Class: javax.swing.JDialog {  Add Project |  } 


 Label with LABEL_FOR not set :
   - none.

 Components with no LABEL_FOR pointing to it :
   - none.

 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.
Comment 3 Jan Becicka 2008-08-12 16:09:52 UTC
I really don't have idea how to fix it. I do call setAccessibleDescription.
Comment 4 Jan Becicka 2008-08-12 16:20:00 UTC
fixed