Opened 13 years ago
Closed 12 years ago
#8880 closed Bug (fixed)
[IE8] Undo results in wrong cursor with HTML comment
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Undo & Redo | Version: | 3.0 |
Keywords: | IE | Cc: |
Description
- Load the editor with following content and selection:
<!-- A comment --> <p>^foo</p>
- Type some random chars;
- Click on Undo button;
- Expected: Inserted chars are removed, with cursor restored to the start;
- Actual: Inserted chars are removed, but cursor is now at the end of content.
Attachments (1)
Change History (4)
comment:1 Changed 13 years ago by
Changed 13 years ago by
Attachment: | 2012-04-19_1017.swf added |
---|
comment:2 Changed 13 years ago by
Status: | new → confirmed |
---|
File 2012-04-19_1017.swf shows how to reproduce.
Not only cursor is moved to the end of document but also HTML comments get removed.
Reproducible in IE6-8 from CKEditor 3.0.
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
I wasn't able to reproduce this problem in latest CKEditor 4.1.1.
IE9 and other browsers work well.