Ticket #1739 (closed defect: duplicate)
Selection misbehavior on certain conditions
Reported by: | bilbo | Owned by: | angel_il |
---|---|---|---|
Priority: | major | Milestone: | 4.7.0 |
Component: | mcedit | Version: | 4.7.0-pre3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | Votes for changeset: |
Description
How to reproduce:
Put thesee two lines of text (and the empty line between them) into editor:
abcdefgh ABCDEF
Then put cursor at end of first line, after letter "h". Press F3, then press key down. Entire first line is selected (only the newline should be selected) and if you press F8, both lines disappear.
Also, if you start with cursor at "D", then press F3, then press arrow up twice, the selection is correct (everything from "d" to "D"), BUT, if you start at "D" and then start pressing left arrow, once you get to "h", then everything from "d" to "D" is also selected, which is wrong and if you press F8, then even the rest of second line ("DEF") which is not selected is deleted too.