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 110747 - [A11Y] Add Server Wizard - Server location
Summary: [A11Y] Add Server Wizard - Server location
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebLogic (show other bugs)
Version: 6.x
Hardware: Macintosh All
: P3 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords: A11Y
: 85724 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-07-24 13:43 UTC by Michal Mocnak
Modified: 2007-08-15 16: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:43:24 UTC
Results of Accessibility test, window with title "Add Server Instance"


 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 :
   - none.

 Components with no mnemonic :
   Class: javax.swing.JButton {  < Back |  Previous step: 1. Choose Server }  [323,403]
   Class: javax.swing.JButton {  Browse... |  Browse for the server location }  [553,63]
   Class: javax.swing.JButton {  Help |  Help button }  [243,403]
   Class: javax.swing.JLabel {  Server Location: |  }  [210,69]


 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 16:43:34 UTC
Server location fixed (S mnemonic). Other mnemonics were tested and they already work.

Checking in src/org/netbeans/modules/j2ee/weblogic9/ui/wizard/Bundle.properties;
/cvs/serverplugins/weblogic9/src/org/netbeans/modules/j2ee/weblogic9/ui/wizard/Bundle.properties,v  <--  Bundle.properties
new revision: 1.15; previous revision: 1.14
done
Checking in src/org/netbeans/modules/j2ee/weblogic9/ui/wizard/ServerLocationPanel.java;
/cvs/serverplugins/weblogic9/src/org/netbeans/modules/j2ee/weblogic9/ui/wizard/ServerLocationPanel.java,v  <-- 
ServerLocationPanel.java
new revision: 1.13; previous revision: 1.12
done
Comment 2 Petr Hejl 2007-08-15 16:10:52 UTC
*** Issue 85724 has been marked as a duplicate of this issue. ***