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 140322

Summary: Missing Accessible description for all "Browse" dialogs
Product: platform Reporter: Petr Dvorak <joshis>
Component: Directory ChooserAssignee: David Simonek <dsimonek>
Status: RESOLVED FIXED    
Severity: blocker Keywords: A11Y
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Petr Dvorak 2008-07-16 14:59:31 UTC
Product Version: NetBeans IDE Dev (Build 200807101204)
Java: 1.6.0_10-rc; Java HotSpot(TM) Client VM 11.0-b13
System: Linux version 2.6.24-19-generic running on i386; UTF-8; en_US (nb)

Go to "File>New Project", go to the 2nd step of the wizard (Java Application, Java Freeform App, ...) and click any
"Browse" button. Dialogs with the "Browse ..." title do not have an accessible description, for example:

/---BEGIN
===============================================
 Tested Window title : Browse Existing Ant Project Folder
===============================================

Results of Accessibility test

...unimportant

 No Accessible description :
   Class: javax.swing.JDialog {  Browse Existing Ant Project Folder |  } 

...unimportant
\---END
Comment 1 David Simonek 2008-07-25 14:23:25 UTC
Probably our dir chooser has no accessible overall name...
Comment 2 David Simonek 2008-08-27 15:21:38 UTC
hopefully fixed: #0ae6fe896f2f
Comment 3 Quality Engineering 2008-08-28 06:33:43 UTC
Integrated into 'main-golden', available in build *200808280201* on http://bits.netbeans.org/dev/nightly/
Changeset: http://hg.netbeans.org/main/rev/0ae6fe896f2f
User: Dafe Simonek <dsimonek@netbeans.org>
Log: #140322, #139875: Set accessible description manually