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 86189 - [a11y] Mnemonics handling issue
Summary: [a11y] Mnemonics handling issue
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Platform (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords: A11Y
Depends on:
Blocks: 86438
  Show dependency tree
 
Reported: 2006-09-29 15:58 UTC by Jaromir Uhrik
Modified: 2011-08-31 14:06 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
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:58:31 UTC
In the files listed below there is used calling of method setMnemonic() or
setDisplayedMnemonic(). Class org.openide.awt.Mnemonics should be used instead -
see issue #67807.

java\platform\src\org\netbeans\modules\java\platform\ui\PlatformsCustomizer.java
java\platform\src\org\netbeans\modules\java\platform\wizard\LocationChooser.java
java\platform\src\org\netbeans\modules\java\platform\wizard\SelectorPanel.java
java\src\org\netbeans\modules\java\tools\OverridePanel2.java
Comment 1 Jaromir Uhrik 2010-10-27 14:44:00 UTC
Could you please take a look at this issue? Please fix all other potential occurrences of wrong calling in all bundles related to the module.
Thanks.