Ticket #1739 (closed defect: duplicate)

Opened 15 years ago

Last modified 14 years ago

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.

Change History

comment:1 Changed 15 years ago by iNode

  • Component changed from mc-core to mcedit

comment:2 Changed 14 years ago by angel_il

  • Status changed from new to accepted
  • Owner set to angel_il
  • Milestone changed from 4.7 to 4.7.0

comment:3 Changed 14 years ago by angel_il

fixed by #1837

comment:4 Changed 14 years ago by angel_il

  • Status changed from accepted to testing
  • Resolution set to duplicate

comment:5 Changed 14 years ago by angel_il

  • Status changed from testing to closed

and #1839

Note: See TracTickets for help on using tickets.