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 - Missing Accessible description for all "Browse" dialogs
Summary: Missing Accessible description for all "Browse" dialogs
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Directory Chooser (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Simonek
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-07-16 14:59 UTC by Petr Dvorak
Modified: 2008-12-22 13:54 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-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