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 38894 - A11Y problems in 'Open' dialog
Summary: A11Y problems in 'Open' dialog
Status: VERIFIED WONTFIX
Alias: None
Product: utilities
Classification: Unclassified
Component: Open File (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Marian Petras
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2004-01-16 13:03 UTC by Jaromir Uhrik
Modified: 2004-11-10 09:55 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 Jaromir Uhrik 2004-01-16 13:03:34 UTC
[200401141900; j2sdk1.4.2_03]
Results of Accessibility test, window with 
title "Open"
 No Accessible name :
   Class: 
com.sun.java.swing.plaf.windows.WindowsFileChooser
UI$7 {  |  } 
 No Accessible description :
   Class: 
com.sun.java.swing.plaf.windows.WindowsFileChooser
UI$2 {  File name: |  } 
   Class: 
com.sun.java.swing.plaf.windows.WindowsFileChooser
UI$7 {  |  } 
   Class: javax.swing.JComboBox {  Files of type: 
|  } 
   Class: javax.swing.JComboBox {  Look in: |  } 
   Class: javax.swing.JDialog {  Open |  } 
   Class: javax.swing.JToggleButton {  Desktop 
|  } 
   Class: javax.swing.JToggleButton {  My 
Computer |  } 
   Class: javax.swing.JToggleButton {  My 
Documents |  } 
   Class: javax.swing.JToggleButton {  My Network 
Places |  } 
   Class: javax.swing.JToggleButton {  Recent 
|  } 
 Components with no LABEL_FOR pointing to it :
   Class: 
com.sun.java.swing.plaf.windows.WindowsFileChooser
UI$7 {  |  } 
 Components with no mnemonic :
   Class: javax.swing.JButton {  New Folder |  
Create New Folder } 
   Class: javax.swing.JButton {  Up |  Up One 
Level } 
   Class: javax.swing.JToggleButton {  Desktop 
|  } 
   Class: javax.swing.JToggleButton {  Details |  
Details } 
   Class: javax.swing.JToggleButton {  List |  
List } 
   Class: javax.swing.JToggleButton {  My 
Computer |  } 
   Class: javax.swing.JToggleButton {  My 
Documents |  } 
   Class: javax.swing.JToggleButton {  My Network 
Places |  } 
   Class: javax.swing.JToggleButton {  Recent 
|  }
Comment 1 Milan Kubec 2004-02-20 09:32:03 UTC
Please evaluate those a11y issues and consider fixing them for 3.6. Thanks.
Comment 2 Marian Petras 2004-02-27 08:52:01 UTC
All of the listed components are elements of a Swing's JFileChooser.
Their appeareance, behaviour and A11Y descriptions and tags are out of
Utilities module's control. The bug will not be fixed in the NetBeans
source code.

The A11Y problems with JFileChooser are tracked in the JDK bug
database in bug report #4515031 (see
http://developer.java.sun.com/developer/bugParade/bugs/4515031.html).
Comment 3 Jaromir Uhrik 2004-11-10 09:55:58 UTC
Verified.