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 86205 - [a11y] Mnemonics handling issue
Summary: [a11y] Mnemonics handling issue
Status: RESOLVED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Marian Petras
URL:
Keywords: A11Y, SIMPLEFIX
Depends on:
Blocks: 86438
  Show dependency tree
 
Reported: 2006-09-29 16:36 UTC by Jaromir Uhrik
Modified: 2007-07-24 22:54 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 16:36:07 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.

utilities\group\src\org\netbeans\modules\group\CreateGroupAction.java
utilities\src\org\netbeans\modules\pdf\ReconfigureReaderPanel.java
Comment 1 Marian Petras 2007-01-17 10:18:49 UTC
Accepted.