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 87993 - A11y: ServerManager: Use IDE Proxy Settings, ServerName, ServerType: No mnemonic
Summary: A11y: ServerManager: Use IDE Proxy Settings, ServerName, ServerType: No mnemonic
Status: RESOLVED 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
: 87992 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-10-25 19:03 UTC by Srinivas Gundeaboina
Modified: 2007-07-27 09:01 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 Srinivas Gundeaboina 2006-10-25 19:03:01 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:41:46 UTC
the plugin can fix...

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


the rest appears to be outside the plugin's control/responsibility.
Comment 2 Vince Kraemer 2006-11-13 23:46:48 UTC
AND

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


Comment 3 Vince Kraemer 2006-11-13 23:47:27 UTC
*** Issue 87992 has been marked as a duplicate of this issue. ***
Comment 4 Vince Kraemer 2007-07-07 01:37:28 UTC
Resolved:

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

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

Rest of issues are on UI components from j2eeserver...
Comment 5 Vince Kraemer 2007-07-26 23:14:33 UTC
*** Issue 110750 has been marked as a duplicate of this issue. ***
Comment 6 Sherold Dev 2007-07-27 09:01:58 UTC
j2eeserver part fixed in issue 110903, see it for more details