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 174384 - Add JAR/Folder dialog is not accessible
Summary: Add JAR/Folder dialog is not accessible
Status: VERIFIED INVALID
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2009-10-12 17:47 UTC by Petr Dvorak
Modified: 2009-10-13 16:07 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 2009-10-12 17:47:34 UTC
Product Version: NetBeans IDE 6.8 M2 (Build 200910071658)
Java: 1.5.0_20; Java HotSpot(TM) Client VM 1.5.0_20-141
System: Mac OS X version 10.5.8 running on i386; MacRoman; en_US (nb)

Open properties of the J2SE project, choose libraries section and invoke "Add JAR/Folder" dialog. The dialog does not
have an accessible description:


===============================================
 Tested Window title : Add JAR/Folder
===============================================

Results of Accessibility test


 Doesn't implement Accessible :
   - none.

 No Accessible name :
   Class: apple.laf.CUIAquaFileChooser$JTableExtension {  |  } 
   Class: javax.swing.JComboBox {  |  } 


 No Accessible description :
   Class: apple.laf.CUIAquaFileChooser$JTableExtension {  |  } 
   Class: javax.swing.JButton {  Cancel |  } 
   Class: javax.swing.JComboBox {  File Format: |  } 
   Class: javax.swing.JComboBox {  |  } 
   Class: javax.swing.JDialog {  Add JAR/Folder |  } 


 Label with LABEL_FOR not set :
   - none.

 Components with no LABEL_FOR pointing to it :
   Class: apple.laf.CUIAquaFileChooser$JTableExtension {  |  } 


 Components with no mnemonic :
   Class: javax.swing.JLabel {  File Format: |  } 


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

 Components not reachable with tab traversal :
   - none.
Comment 1 Tomas Zezula 2009-10-13 15:48:06 UTC
JFileChooser is not accessible.
Reported and closed in each release since 4.0 :-)
Comment 2 Petr Dvorak 2009-10-13 16:07:24 UTC
Oh ****, I remember this - sorry for that. Verified