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 184842 - a11y issues in Add external cluster dialog
Summary: a11y issues in Add external cluster dialog
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2010-04-23 12:26 UTC by Tomas Danek
Modified: 2010-04-24 05: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 Tomas Danek 2010-04-23 12:26:32 UTC
please add a11y descs + fix mnemonics clashes


===============================================
 Tested Window title : Add External Cluster
===============================================
Results of Accessibility test
 Doesn't implement Accessible :
   - none.
 No Accessible name :
   - none.
 No Accessible description :
   Class: javax.swing.JButton {  Browse... |  } 
   Class: javax.swing.JTextField {  Cluster directory: |  } 
   Class: org.netbeans.core.windows.services.NbDialog {  Add External Cluster |  } 
 Label with LABEL_FOR not set :
   - none.
 Components with no LABEL_FOR pointing to it :
   - none.
 Components with no mnemonic :
   - none.
 Components with wrong mnemonic (mnemonic isn't ASCII , label doesn't contain mnemonic):
   - none.
 Components with potential mnemonics conflict:
 - components with mnemonic 'Z' :
   Class: javax.swing.JButton {  Add ZIP/Folder... |  Add folder } 
   Class: javax.swing.JButton {  Add ZIP/Folder... |  Add folder } 
 - components with mnemonic 'U' :
   Class: javax.swing.JButton {  Move Up |  Move up button } 
   Class: javax.swing.JButton {  Move Up |  Move up button } 
 - components with mnemonic 'M' :
   Class: javax.swing.JButton {  Remove |  Remove platform } 
   Class: javax.swing.JButton {  Remove |  Remove platform } 
 - components with mnemonic 'D' :
   Class: javax.swing.JButton {  Move Down |  Move down button } 
   Class: javax.swing.JButton {  Move Down |  Move down button } 
 Components not reachable with tab traversal :
   - none.
Comment 1 Jesse Glick 2010-04-23 19:02:09 UTC
core-main #76b8ead0cc7f
Comment 2 Quality Engineering 2010-04-24 05:31:51 UTC
Integrated into 'main-golden', will be available in build *201004240200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/76b8ead0cc7f
User: Jesse Glick <jglick@netbeans.org>
Log: #184842: a11y issues in Add external cluster dialog