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 65697 - [A11Y] Server Manager - SJSAS - Connection tab
Summary: [A11Y] Server Manager - SJSAS - Connection tab
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Sherold Dev
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2005-10-03 11:12 UTC by Michal Mocnak
Modified: 2007-07-24 22:54 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 Michal Mocnak 2005-10-03 11:12:18 UTC
===============================================
 Tested Window title : Server Manager
===============================================

Results of Accessibility test

 No Accessible description :
   Class: javax.swing.JCheckBox {  Enable HTTP Monitor |  }

 Components with no LABEL_FOR pointing to it :
   Class: org.netbeans.modules.j2ee.sun.ide.j2ee.ui.Customizer {  Application
Server Properties |  Application Server Properties }
   Class: org.openide.explorer.view.TreeView$ExplorerTree {  Servers |  List of
the registered servers }

 Components with no mnemonic :
   Class: javax.swing.JLabel {  A |  Admin Port of server }
   Class: javax.swing.JLabel {  Instance Name: |  Domain Name of server }
   Class: javax.swing.JLabel {  Server Name: |  }
   Class: javax.swing.JLabel {  Server Type: |  }

 Components not reachable with tab traversal :
   Class: javax.swing.JButton {  Add Server... |  Add Server }
   Class: javax.swing.JButton {  Close |  Close }
   Class: javax.swing.JButton {  Help |  Help button }
   Class: javax.swing.JButton {  Remove |  Remove selected server }
   Class: javax.swing.JCheckBox {  Enable HTTP Monitor |  }
   Class: javax.swing.JPasswordField {  Password: |  Admin Password of server }
   Class: javax.swing.JTextField {  Admin Port: |  Admin Port of server }
   Class: javax.swing.JTextField {  Instance Name: |  Domain Name of server }
   Class: javax.swing.JTextField {  Server Folder: |  Location where server is
installed }
   Class: javax.swing.JTextField {  Server Name: |  Name of the selected server }
   Class: javax.swing.JTextField {  Server Type: |  Type of the selected server }
   Class: javax.swing.JTextField {  Username: |  User Name of server }
   Class: org.netbeans.modules.j2ee.sun.ide.j2ee.ui.Customizer {  Application
Server Properties |  Application Server Properties }
   Class: org.openide.explorer.view.TreeView$ExplorerTree {  Servers |  List of
the registered servers }
Comment 1 Nitya Doraisamy 2005-11-04 19:29:37 UTC
Fixed A11Y issues from the AS plugin portion of the Server manager .
The accessibiity test now generates the following, These need to be fixed in
j2eeserver.
Moving issue to j2eeserver.

===============================================
 Tested Window title : Server Manager
===============================================

Results of Accessibility test


 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.netbeans.modules.j2ee.sun.ide.j2ee.ui.Customizer {  Application Se
rver Properties |  Application Server Properties }
   Class: org.openide.explorer.view.TreeView$ExplorerTree {  Servers |  List of
the registered servers }


 Components with no mnemonic :
   Class: javax.swing.JLabel {  Server Name: |  }
   Class: javax.swing.JLabel {  Server Type: |  }


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

 Components not reachable with tab traversal :
   - none.
Comment 2 Sherold Dev 2005-11-10 09:54:02 UTC
TM -> 5.0
Comment 3 Sherold Dev 2006-01-04 18:04:52 UTC
fixed when fixing issue 65841
Comment 4 Michal Mocnak 2006-03-22 12:39:01 UTC
Verified