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 30455 - NbKeymap does not remove ACCELERATOR_KEY from an action which has been replaced
Summary: NbKeymap does not remove ACCELERATOR_KEY from an action which has been replaced
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-28 21:47 UTC by Jesse Glick
Modified: 2008-12-22 18:12 UTC (History)
2 users (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 Jesse Glick 2003-01-28 21:47:34 UTC
I.e.

bind k1 to a1
bind k1 to a2

Now both a1 and a2 list k1 as their accelerator.

Discovered as part of a unit test. Easy to fix.
Comment 1 Jesse Glick 2003-01-29 01:29:09 UTC
committed   * Up-To-Date  1.21       
core/src/org/netbeans/core/NbKeymap.java
committed   * Up-To-Date  1.36        core/test/cfg-unit.xml
added       * Up-To-Date  1.1        
core/test/unit/src/org/netbeans/core/NbKeymapTest.java
Comment 2 Marian Mirilovic 2005-07-13 13:20:05 UTC
closed