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 139885 - [A11Y] Missing accessible description of "Select a file to save into" dialog
Summary: [A11Y] Missing accessible description of "Select a file to save into" dialog
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords: A11Y, SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2008-07-14 14:38 UTC by Petr Dvorak
Modified: 2008-07-17 04:50 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-14 14:38:44 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)

Dialog "Select a file to save into" (File > Print To Html > click Browse button > "Select a file to save into") does not
have an accessible description. A11Y test result says:

No Accessible description :
   Class: javax.swing.JButton {  OK |  } 
   Class: javax.swing.JDialog {  Select a file to save into |  }
   Class: javax.swing.plaf.metal.MetalFileChooserUI$3 {  File Name: |  } 
   Class: sun.swing.FilePane$3 {  |  }
Comment 1 Vladimir Yaroslavskiy 2008-07-14 15:35:06 UTC
Print category is for Print/Print Preview actions, reassign to the editor...
Comment 2 Vitezslav Stejskal 2008-07-15 16:19:30 UTC
I added the accessible name and description for the dialog itself, but its contents is the JDK's filechooser panel,
which I can't modify.

http://hg.netbeans.org/main/rev/7c3dcbe52ce2
Comment 3 Quality Engineering 2008-07-17 04:50:50 UTC
Integrated into 'main-golden', available in NB_Trunk_Production #324 build
Changeset: http://hg.netbeans.org/main/rev/7c3dcbe52ce2
User: Vita Stejskal <vstejskal@netbeans.org>
Log: #139885 (fixed): accessibility