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 222152 - Up arrow not working when line wrap is enabled
Summary: Up arrow not working when line wrap is enabled
Status: RESOLVED DUPLICATE of bug 207975
Alias: None
Product: editor
Classification: Unclassified
Component: Actions/Menu/Toolbar (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-14 20:35 UTC by csdaraujo
Modified: 2012-11-27 11:59 UTC (History)
1 user (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 csdaraujo 2012-11-14 20:35:40 UTC
Enable line wrapping (Tools->Options->Formatting->Line Wrap = After Words).

Insert this code in the editor:
<?php
// more code before
$reproduced = false; // a very very very very very very very very very very very very very very very very very very large comment
$reproduced = true;
// more code after


Go to 2 and press END. Up arrow stops.
This also happens in other situations when the cursor gets on the line break. If we press ESC it continues.
Comment 1 csdaraujo 2012-11-14 20:39:11 UTC
Go to line 3 and press END.
Comment 2 Ondrej Brejla 2012-11-15 07:57:57 UTC
Reproducible, caret is set to column 1 of the wrapped line. But it's not a PHP specific issue.
Comment 3 Dusan Balek 2012-11-27 11:59:48 UTC

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