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 86182 - [a11y] Mnemonics handling issue
Summary: [a11y] Mnemonics handling issue
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords: A11Y
Depends on:
Blocks: 86438
  Show dependency tree
 
Reported: 2006-09-29 15:26 UTC by Jaromir Uhrik
Modified: 2007-10-02 13:27 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 Jaromir Uhrik 2006-09-29 15:26:02 UTC
In the file
j2eeserver\src\org\netbeans\modules\j2ee\deployment\impl\ui\wizard\ServerChooserVisual.java
there is used calling of method setMnemonic() or setDisplayedMnemonic(). Class
org.openide.awt.Mnemonics should be used instead - see issue #67807.
Comment 1 Sherold Dev 2006-10-02 08:43:34 UTC
tm -> dev
Comment 2 Petr Hejl 2007-08-03 14:29:03 UTC
Fixed - org.openide.awt.Mnemonics is now used.

Checking in src/org/netbeans/modules/j2ee/deployment/impl/ui/wizard/Bundle.properties;
/cvs/j2eeserver/src/org/netbeans/modules/j2ee/deployment/impl/ui/wizard/Bundle.properties,v  <--  Bundle.properties
new revision: 1.7; previous revision: 1.6
done
Checking in src/org/netbeans/modules/j2ee/deployment/impl/ui/wizard/ServerChooserVisual.form;
/cvs/j2eeserver/src/org/netbeans/modules/j2ee/deployment/impl/ui/wizard/ServerChooserVisual.form,v  <-- 
ServerChooserVisual.form
new revision: 1.5; previous revision: 1.4
done
Checking in src/org/netbeans/modules/j2ee/deployment/impl/ui/wizard/ServerChooserVisual.java;
/cvs/j2eeserver/src/org/netbeans/modules/j2ee/deployment/impl/ui/wizard/ServerChooserVisual.java,v  <-- 
ServerChooserVisual.java
new revision: 1.11; previous revision: 1.10
done
Comment 3 Jaromir Uhrik 2007-10-02 13:27:28 UTC
Verified.