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 212890 - Cursor is not moved up
Summary: Cursor is not moved up
Status: RESOLVED DUPLICATE of bug 199987
Alias: None
Product: editor
Classification: Unclassified
Component: Actions/Menu/Toolbar (show other bugs)
Version: 7.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
: 214454 230192 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-05-23 11:16 UTC by Jiri Prox
Modified: 2013-06-06 15:29 UTC (History)
2 users (show)

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 Prox 2012-05-23 11:16:42 UTC
Cursor is not moved up when pressing Up arrow.

Steps to reproduce:
1) turn on Line Wrapping (after words)
2) put cursor before wrapped line 

    |public void removeVetoableChangeListener( <line break>
VetoableChangeListener listener) {

3) press shift+end twice so the whole line is selected

    <selection start>public void removeVetoableChangeListener( <line break>
VetoableChangeListener listener) {|<selection end>

4) press shift-up, the selection is reduced to one line only

    <selection start>public void removeVetoableChangeListener( <line break>
|<selection end>VetoableChangeListener listener) {

5) now press up

-> cursor is not moved


Product Version: NetBeans IDE Dev (Build 201205140400)
Java: 1.6.0_32; Java HotSpot(TM) 64-Bit Server VM 20.7-b02
System: Windows 7 version 6.1 running on amd64; Cp1250; cs_CZ (nb)
User directory: C:\Users\jprox\AppData\Roaming\NetBeans\dev
Cache directory: C:\Users\jprox\AppData\Local\NetBeans\Cache\dev
Comment 1 Jiri Prox 2012-06-20 08:09:13 UTC
*** Bug 214454 has been marked as a duplicate of this bug. ***
Comment 2 _ gtzabari 2012-06-20 12:40:48 UTC
By the way, this behavior has been around since line-wrapping was first introduced (version 7.0). I just didn't figure out how to reproduce it until recently.
Comment 3 Jiri Prox 2013-05-27 10:55:38 UTC
*** Bug 230192 has been marked as a duplicate of this bug. ***
Comment 4 Milutin Kristofic 2013-06-06 15:29:59 UTC

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