Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 495731

Summary: codeEdit: applying quick fix appears to kill undo stack
Product: [ECD] Orion Reporter: Grant Gayed <grant_gayed>
Component: EditorAssignee: libing wang <libingw>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: libingw
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Mac OS X   
Whiteboard:

Description Grant Gayed CLA 2016-06-08 13:38:51 EDT
- go to http://libingw.github.io/OrionCodeEditTern/
- after line 5 insert a new line with: foo == bar;
  -> the line is marked with a problem b/c of the '=='
- make a bunch of small changes, then Ctrl+Z them to see them undo successfully
- make a new bunch of small changes, then invoke the quick fix on line 5 to turn the '==' into '==='
- now Ctrl+Z a few times and note that the undo's don't go further back than the quick fix that was applied
- I've confirmed in Orion that applying this quick fix does not kill the undo stack