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 127946 - A11Y: No accessible description and mnemonic for some components in "Open" dialog
Summary: A11Y: No accessible description and mnemonic for some components in "Open" di...
Status: RESOLVED WONTFIX
Alias: None
Product: webservices
Classification: Unclassified
Component: Manager (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: bhate
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-02-20 21:06 UTC by Roman Mostyka
Modified: 2008-03-25 23:31 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:06:47 UTC
1. Open "Add Web Service" dialog.
2. Click "Browse" button.

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


 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 {  Look in: |  } 
   Class: com.sun.java.swing.plaf.windows.WindowsFileChooserUI$4 {  File name: |  } 
   Class: javax.swing.JComboBox {  Files of type: |  } 
   Class: javax.swing.JDialog {  Open |  } 
   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 {  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 Ayub Khan 2008-03-25 21:11:55 UTC
Thanks Ajit for volunteering to fix this issue.
Comment 2 bhate 2008-03-25 23:31:31 UTC
The warnings are valid however, We use default JFilChooser from jdk which has these warnings. MArking wont fix.