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 252633 - ESC doesn't work.
Summary: ESC doesn't work.
Status: RESOLVED WORKSFORME
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P1 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-27 22:29 UTC by err
Modified: 2015-05-28 10:48 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 err 2015-05-27 22:29:10 UTC
The easiest way I've got to reproduce:
- clean userdir, recent dev build
- install jVi, first the jVi update center, then jVI
  http://plugins.netbeans.org/plugin/38914/jvi-vi-vim-for-nb-update-center
- open a java file
- press "ESC" key
Observe the editor window should flash

or
- press "i"
  go into input mode, note cursor changes shape from block to vertical bar
- press <ESC>
  this should exit input mode, cursor should go back to block
Observe nothing happens

Can get out of input mode by mouse click on the editor, cursor goes back to block.

The jVi option "debug key strokes" can be turned on and every key that jVi sees is output, shows up on console and messages.log. You can turn this on at
Tools>Options>jViConfig>Debug. set it to INFO will do it.

Observe in output that the ESC key never gets delivered to jVi.


Product Version: NetBeans IDE Dev (Build 201505260001)
Java: 1.8.0_40; Java HotSpot(TM) 64-Bit Server VM 25.40-b25
Runtime: Java(TM) SE Runtime Environment 1.8.0_40-b26
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
Comment 1 Milutin Kristofic 2015-05-28 10:48:13 UTC
I am sorry I introduced this bug by fixing Bug #252314, I already revert my change, so in the most recent dev build escape should work.