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 87992

Summary: A11y: ServerManager: Use IDE Proxy Settings : No Accessible description
Product: serverplugins Reporter: Srinivas Gundeaboina <sg136701>
Component: Sun Appserver 9Assignee: Vince Kraemer <vkraemer>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Srinivas Gundeaboina 2006-10-25 19:00:05 UTC
Tested this with VWP and NB5.5 on Windows XP platform.
Select File->New Project; click Next, In the new visual web application window
click on Manage button. In the Server Manager window make sure connection is
clicked. Run the test using A11y tool. Here is the output from A11y tool

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


 Doesn't implement Accessible :
   - none.

 No Accessible name :
   - none.

 No Accessible description :
   Class: javax.swing.JCheckBox {  Use IDE Proxy Settings |  } 


 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
Server Properties |  Application Server Properties } 
   Class: org.openide.explorer.view.TreeView$ExplorerTree {  Installed Servers |
 Installed Servers } 


 Components with no mnemonic :
   Class: javax.swing.JCheckBox {  Use IDE Proxy Settings |  } 
   Class: javax.swing.JLabel {  Server Name |  Server Name } 
   Class: javax.swing.JLabel {  Server Type |  Server Type } 


 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 Vince Kraemer 2006-11-13 23:47:35 UTC

*** This issue has been marked as a duplicate of 87993 ***