Ticket #2624 (new defect)
[mcedit] Text block deletion moves cursor far after the end of line
Reported by: | sergem | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | Future Releases |
Component: | mcedit | Version: | 4.8.0-pre2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | no branch | Votes for changeset: |
Description (last modified by andrew_b) (diff)
Steps to reproduce:
- Shift+F4, an empty editor starts
- On the first line type characters to almost hit the right side of the screen (i.e. if console is 80x25 type 75 characters on the first line), then press Enter.
- On the second line type a few characters and then move cursor to the end of the first line (Up, End).
- Now press: Left, F3, Down, F8
Expected result:
Selection part deleted, and cursor is right after the last character of the first line.
Actual result:
Cursor jumps far after the end of the first line and shifts screen right.
Note: See
TracTickets for help on using
tickets.