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 127950 - A11Y: No accessible description and mnemonic for some components in "Save" dialog
Summary: A11Y: No accessible description and mnemonic for some components in "Save" di...
Status: RESOLVED WONTFIX
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Quy Nguyen
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-02-20 21:23 UTC by Roman Mostyka
Modified: 2008-02-28 20:51 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 Roman Mostyka 2008-02-20 21:23:55 UTC
1. Open "Export EJB Sets" dialog.
2. Click "Browse" button.

<HTML><HEAD>
<TITLE>Output from UIAccessibilityTester for window with title : Save </TITLE>
</HEAD>
<BODY>
<PRE>
Results of Accessibility test, window with title "Save"


 Doesn't implement Accessible :
   - none.

 No Accessible name :
   Class: sun.swing.FilePane$3 {  |  } 


 No Accessible description :
   Class: com.sun.java.swing.plaf.windows.WindowsFileChooserUI$2 {  Save in: |  } 
   Class: com.sun.java.swing.plaf.windows.WindowsFileChooserUI$4 {  File name: |  } 
   Class: javax.swing.JComboBox {  Files of type: |  } 
   Class: javax.swing.JDialog {  Save |  } 
   Class: sun.swing.FilePane$3 {  |  } 


 Label with LABEL_FOR not set :
   - none.

 Components with no LABEL_FOR pointing to it :
   Class: sun.swing.FilePane$3 {  |  } 


 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 {  Details |  Details } 
   Class: javax.swing.JToggleButton {  List |  List } 


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

 Components not reachable with tab traversal :
   - none.
</PRE>
</BODY>
</HTML>
Comment 1 Quy Nguyen 2008-02-28 20:51:55 UTC
This window is the standard JFileChooser from the java api, so it cannot be fixed in NetBeans.