Opened 13 years ago
Last modified 13 years ago
#8858 confirmed Bug
[IE] : Undo add extra space at the end of list item
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Undo & Redo | Version: | 3.0 |
Keywords: | IE | Cc: |
Description
- Load the editor with the following content:
<ul> <li>foo <ul> <li>bar</li> </ul> </li> </ul>
- Make any small change then undo once;
- Actual : One unwanted whitespace is added to the end of the first list item (foo), this can be verified only in wysiwyg mode by moving cursor at the end of the list item;
- Expected: Content is reverted into the original status.
Change History (1)
comment:1 Changed 13 years ago by
Keywords: | IE added |
---|---|
Status: | new → confirmed |
Version: | → 3.0 |
Reproducible in IE6-8 from CKEditor 3.0 (IE9 works fine)