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 108643 - Enter, backspace, arrows doesn't work in plain text editor
Summary: Enter, backspace, arrows doesn't work in plain text editor
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Key bindings (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@editor
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2007-07-02 14:47 UTC by Jiri Skrivanek
Modified: 2007-11-05 13:40 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 Jiri Skrivanek 2007-07-02 14:47:37 UTC
In recent build certain key bindings doesn't work in a plain text file. Maybe it is related to key binding changes
(issue 108517). It starts to work when you open and close Tools|Options. To reproduce:

- create java application
- opne new file wizard
- select Other|Empty File and finish the wizard
- type something in but Enter, Backspace, arrows, Page Down/Up don't work
- if you open Tools|Options and close it, it started to work

Build 200707021120) Java: 1.6.0_02-ea, WindowsXP.
Comment 1 Jiri Prox 2007-07-02 16:16:45 UTC
I've seen it too on several machines. It was reproduced with property file and java file, but it's random and I cannot
find any reliable steps to reproduce.
Comment 2 Vitezslav Stejskal 2007-07-03 10:37:35 UTC
I was able to reproduce it with the original steps, but saw it occasionally with other files too.
Comment 3 tkellerer 2007-07-04 19:03:11 UTC
I have the current 6.0 dev build (July, 3rd) running on two different computers both with Windows XP and Java6.
Editing Java files works fine, but for XML and TXT files the arrow keys do not work. This is usually directly after
starting NB, then switching to the "Favorites" Tab and open e.g. a .txt file from there, this can be reproduced.

It seems that after closing some editor tabs, the arrow keys start working again.
Comment 4 Vitezslav Stejskal 2007-07-10 11:30:53 UTC
This should already be fixed with issue #109038. I cleaned up the legacy code that initializes editor keymaps. Could you
please try it in a dev build. Reopen the report if it happens again.
Comment 5 Jiri Skrivanek 2007-09-04 10:47:00 UTC
Verified.