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 267221 - Multicaret: Escaping the multicaret mode sets editor to scrolling mode (Eclipse keymap)
Summary: Multicaret: Escaping the multicaret mode sets editor to scrolling mode (Eclip...
Status: REOPENED
Alias: None
Product: editor
Classification: Unclassified
Component: Actions/Menu/Toolbar (show other bugs)
Version: 8.2
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-20 09:40 UTC by markiewb
Modified: 2016-07-24 16:09 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 markiewb 2016-07-20 09:40:58 UTC
* Switch to Eclipse keymap
* Create multiple carets via mouse
* Change text at the carets
* Press ESCAPE to leave  multiple caret mode
* Press ARROW keys UP/DOWN

ACTUAL: Editor is in scroll mode (the viewport is changed, the cursor does not move)
EXPECTED: Editor is not in scroll mode (in the previous mode before entering the multi caret mode?) (-> the cursor moves)

It is somehow related to the already fixed issue https://netbeans.org/bugzilla/show_bug.cgi?id=262194 Perhaps you can apply the same fix here?


Product Version: NetBeans IDE Dev (Build 201607010002)
Comment 1 markiewb 2016-07-21 22:34:36 UTC
*fixed*

http://hg.netbeans.org/core-main/rev/60d319b60c48

Same fix as in #262194 (e.consume())
Comment 2 Quality Engineering 2016-07-23 01:51:38 UTC
Integrated into 'main-silver', will be available in build *201607230002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/60d319b60c48
User: Benno Markiewicz <markiewb@netbeans.org>
Log: #267221 - Multicaret: Escaping the multicaret mode sets editor to scrolling mode (Eclipse keymap)

Same fix as in #262194
Comment 3 markiewb 2016-07-24 16:09:25 UTC
Revert fix http://hg.netbeans.org/core-main/rev/4e0d46829c70

Because the code completion cannot be closed via ESCAPE anymore