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 259025

Summary: Editor keyboard shortcuts no longer working
Product: editor Reporter: _ gtzabari <gtzabari>
Component: Actions/Menu/ToolbarAssignee: Miloslav Metelka <mmetelka>
Status: RESOLVED DUPLICATE    
Severity: normal CC: markiewb
Priority: P3 Keywords: REGRESSION
Version: 8.2   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

Description _ gtzabari 2016-04-26 17:13:06 UTC
Product Version: NetBeans IDE Dev (Build 201604210001)
Java: 1.8.0_92; Java HotSpot(TM) 64-Bit Server VM 25.92-b14
Runtime: Java(TM) SE Runtime Environment 1.8.0_92-b14
System: Windows 7 version 6.1 running on amd64; UTF-8; en_US (nb)
User directory: C:\dev\Netbeans\user\dev
Cache directory: C:\dev\Netbeans\cache\dev

It seems someone broke keyboard shortcuts in a recent dev build because I can no longer use CTRL+DOWN to scroll down in the "Netbeans" shortcut profile.

See also https://github.com/Revivius/nb-darcula/issues/101 which indicates that CTRL+PageUp/PageDown is broken in some L&Fs.

I am assigning this high priority in light of the fact that it is a regression and is highly annoying.
Comment 1 _ gtzabari 2016-04-26 17:27:03 UTC
FYI: dev build 201604060001 works while 201604210001 is broken. So the problem is somewhere between those two dates.
Comment 2 Svata Dedic 2016-04-27 09:00:45 UTC
I confirm that CTRL-DOWN/UP do not work in build 201604210001; however they work OK in newest dev build.

I've debugged the faulty build, so I've found the ScrollUp action is actually invoked, but after that I got lost in EditorUI code. Apparently the action reaches scrollRectToVisible -- but the editor does not scroll in fact.

We should better find the cause before the keys stop working again :)
Comment 3 Ralph Ruijs 2016-04-27 09:14:39 UTC

*** This bug has been marked as a duplicate of bug 258939 ***