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 199987

Summary: Move caret up action is blocked
Product: editor Reporter: Jiri Prox <jiriprox>
Component: Painting & PrintingAssignee: Miloslav Metelka <mmetelka>
Status: REOPENED ---    
Severity: normal CC: dkonecny, emi, err, markiewb, maxevron, mythos77, nof8
Priority: P3    
Version: 7.0.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 179047    

Description Jiri Prox 2011-07-08 13:31:22 UTC
The Move Caret Up action (up-arrow key) is blocked on wrapped line.

Steps to reproduce:
1) put caret on long wrapped line 
2) press 'end'
-> cursor is moved to the end of the line
3) press 'up'
-> cursor is not moved
Expected: cursor is moved to previous line - just like when the line is not wrapped.


Product Version: NetBeans IDE 7.0.1 (Build 201107051618)
Java: 1.7.0; Java HotSpot(TM) 64-Bit Server VM 21.0-b17
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
Userdir: C:\Users\jprox\.netbeans\7.0
Comment 1 Jan Becicka 2011-07-11 13:51:19 UTC
problem seems to be in Utilities.getPositionAbove
Comment 2 Jiri Prox 2011-08-01 07:08:44 UTC
*** Bug 200547 has been marked as a duplicate of this bug. ***
Comment 3 Milutin Kristofic 2011-10-06 08:54:07 UTC
*** Bug 189869 has been marked as a duplicate of this bug. ***
Comment 4 Milutin Kristofic 2011-10-06 14:43:45 UTC
*** Bug 197816 has been marked as a duplicate of this bug. ***
Comment 5 David Strupl 2012-11-06 15:23:40 UTC
Still a problem.

More observations: in step 2 the caret is positioned on the beginning of the next line instead on the end of the wrapped line. At this point moving up is not possible.
Comment 6 David Strupl 2012-11-06 15:27:22 UTC
*** Bug 199960 has been marked as a duplicate of this bug. ***
Comment 7 Milutin Kristofic 2013-04-03 13:42:08 UTC
*** Bug 228030 has been marked as a duplicate of this bug. ***
Comment 8 Milutin Kristofic 2013-06-06 15:22:38 UTC
*** Bug 207975 has been marked as a duplicate of this bug. ***
Comment 9 Milutin Kristofic 2013-06-06 15:29:59 UTC
*** Bug 212890 has been marked as a duplicate of this bug. ***
Comment 10 Martin Balin 2016-07-07 07:26:06 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss
Comment 11 emi 2016-07-07 07:44:43 UTC
It's not such a hard bug to check.

Did *you* try reproducing it in 8.2 development builds??
Comment 12 markiewb 2016-07-10 19:20:51 UTC
Still valid in 8.2 dev 
Product Version: NetBeans IDE Dev (Build 201607100002)