Opened 12 years ago

Last modified 12 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

  1. Load the editor with the following content:
    <ul>
    	<li>foo
    		<ul>
    			<li>bar</li>
    		</ul>
    	</li>
    </ul>
    
  2. 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 12 years ago by Jakub Ś

Keywords: IE added
Status: newconfirmed
Version: 3.0

Reproducible in IE6-8 from CKEditor 3.0 (IE9 works fine)

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy