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 255538 - Removed shortcut works until next IDE startup
Summary: Removed shortcut works until next IDE startup
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Key bindings (show other bugs)
Version: 8.1
Hardware: PC Windows 7 x64
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-24 11:14 UTC by stwr
Modified: 2015-09-24 11:14 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 stwr 2015-09-24 11:14:12 UTC
Product Version = NetBeans IDE Dev (Build 201509240002)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.8.0_60-ea
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.60-b23

Reproducibility: Happens every time

Test Case --> http://services.netbeans.org/synergy/client/app/#/case/507/suite/1265/v/1

--Use Case--
1. Modify the shortcut for opening Projects view (e.g. from CTRL+1 to CTRL+8)
2. Switch to the view other than Projects view
3. Hit CTRL+1
4. Switch to the view other than Projects view
5. Hit CTRL+8

--Actual Result--
After 3rd step - Projects view is opened|focused.
After 5th step - Projects view is opened|focused.
Once the IDE is restarted the original shortcut (CTRL+1) does not work longer.

--Expected Result--
The original shortcut (CTRL+1) should not work when it was replaced. There should not be a need to restart the entire IDE in order to propagate the shortcut change