Bug 559289

Summary: Undo following Delete moves the caret and makes a selection
Product: [Eclipse Project] Platform Reporter: Chris Jordan <chrisjj>
Component: TextAssignee: Platform-Text-Inbox <platform-text-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: 4.10   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

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.