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 110758 - [A11Y] Servers Manager
Summary: [A11Y] Servers Manager
Status: RESOLVED INVALID
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 6.x
Hardware: Macintosh All
: P3 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2007-07-24 13:55 UTC by Michal Mocnak
Modified: 2007-08-06 17:09 UTC (History)
1 user (show)

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 Michal Mocnak 2007-07-24 13:55:30 UTC
Results of Accessibility test, window with title "Servers"


 Doesn't implement Accessible :
   - none.

 No Accessible name :
   - none.

 No Accessible description :
   - none.

 Label with LABEL_FOR not set :
   - none.

 Components with no LABEL_FOR pointing to it :
   Class: org.openide.explorer.view.TreeView$ExplorerTree {  Installed Servers |  Installed Servers }  [14,55]


 Components with no mnemonic :
   Class: javax.swing.JButton {  Add Server |  Add Server }  [12,437]
   Class: javax.swing.JButton {  Help |  Help button }  [611,494]
   Class: javax.swing.JButton {  Remove Server |  Remove Server }  [125,437]
   Class: javax.swing.JLabel {  &Servers: |  List of the registered servers }  [12,34]
   Class: javax.swing.JLabel {  Server Name |  Server Name }  [224,56]
   Class: javax.swing.JLabel {  Server Type |  Server Type }  [224,84]


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

 Components not reachable with tab traversal :
   - none.
Comment 1 Petr Hejl 2007-08-06 17:09:11 UTC
All mentioned components already have mnemonic. ExplorerTree itself does not have label (its parent does have one).