Bug 559289 - Undo following Delete moves the caret and makes a selection
Summary: Undo following Delete moves the caret and makes a selection
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 4.10   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-01-17 04:54 EST by Chris Jordan CLA
Modified: 2020-01-17 05:01 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Jordan CLA 2020-01-17 04:54:23 EST
1 In the editor, enter

 int fred

2 Press Left Arrow, placing caret between e and d, with no selection
3 Press Delete, CTRL+Z (Undo)

Expected: Caret between e and d, and no selection
Observed: Caret to right of d, and d selected

Workaround: Then press Left Arrow, Right Arrow

Tested on C/C++ IDE.
Comment 3 Chris Jordan CLA 2020-01-17 05:01:42 EST
Please ignore that last comment from me.