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 110757 - [A11Y] Servers Manager - Platform Panel
Summary: [A11Y] Servers Manager - Platform Panel
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (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:53 UTC by Michal Mocnak
Modified: 2007-08-02 15:10 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:53:53 UTC
Results of Accessibility test, window with title "Servers"


 Doesn't implement Accessible :
   - none.

 No Accessible name :
   - none.

 No Accessible description :
   Class: javax.swing.JButton {  Manage Platforms... |  }  [590,163]
   Class: javax.swing.JCheckBox {  Use IDE Proxy Settings |  }  [247,251]
   Class: javax.swing.JComboBox {  Java Platform: |  }  [338,164]
   Class: javax.swing.JTextField {  VM Options: |  }  [338,197]


 Label with LABEL_FOR not set :
   - none.

 Components with no LABEL_FOR pointing to it :
   Class: org.netbeans.modules.j2ee.jboss4.customizer.Customizer {  Customizer |  Customizer }  [224,118]
   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 {  Manage Platforms... |  }  [590,163]
   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 {  Java Platform: |  }  [247,169]
   Class: javax.swing.JLabel {  Server Name |  Server Name }  [224,56]
   Class: javax.swing.JLabel {  Server Type |  Server Type }  [224,84]
   Class: javax.swing.JLabel {  VM Options: |  }  [247,200]


 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-02 15:10:07 UTC
- I checked the behaviour of the dialog - mnemonics already work correctly.
- Reported components without labels don’t need them. They are part of the dialog layout.

Accessible descriptions were fixed.

Checking in nbproject/project.xml;
/cvs/serverplugins/jboss4/nbproject/project.xml,v  <--  project.xml
new revision: 1.18; previous revision: 1.17
done
Checking in src/org/netbeans/modules/j2ee/jboss4/customizer/Bundle.properties;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/customizer/Bundle.properties,v  <--  Bundle.properties
new revision: 1.4; previous revision: 1.3
done
Checking in src/org/netbeans/modules/j2ee/jboss4/customizer/CustomizerJVM.form;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/customizer/CustomizerJVM.form,v  <--  CustomizerJVM.form
new revision: 1.3; previous revision: 1.2
done
Checking in src/org/netbeans/modules/j2ee/jboss4/customizer/CustomizerJVM.java;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/customizer/CustomizerJVM.java,v  <--  CustomizerJVM.java
new revision: 1.3; previous revision: 1.2
done