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 86146 - [a11y] Mnemonics handling issue
Summary: [a11y] Mnemonics handling issue
Status: CLOSED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Beans (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords: A11Y
Depends on:
Blocks: 86438
  Show dependency tree
 
Reported: 2006-09-29 13:40 UTC by Jaromir Uhrik
Modified: 2007-10-02 12:58 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 Jaromir Uhrik 2006-09-29 13:40:20 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.

beans\src\org\netbeans\modules\beans\beaninfo\BiIconEditor.java
beans\src\org\netbeans\modules\beans\EventSetPatternPanel.java
beans\src\org\netbeans\modules\beans\IdxPropertyPatternPanel.java
beans\src\org\netbeans\modules\beans\PropertyPatternPanel.java
beans\src\org\netbeans\modules\beans\UEventSetPatternPanel.java
Comment 1 Jiri Prox 2007-09-06 13:02:26 UTC
Beans module is not in the trunk any more
Comment 2 Jaromir Uhrik 2007-10-02 12:58:39 UTC
Verified->Closed.