Opened 10 years ago

Last modified 10 years ago

#13409 closed Bug

List elements incorrectly merged — at Initial Version

Reported by: Szymon Cofalik Owned by:
Priority: Normal Milestone: CKEditor 4.5.2
Component: General Version: 4.0
Keywords: Cc:

Description

Steps to reproduce:

  1. Set this as editor contents:
    <ul>
    	<li><a href="#foo">foo</a>
    
    	<ol>
    		<li><em>bar</em></li>
    	</ol>
    	</li>
    </ul>
    
  2. Set caret after foo (at the end of the list item).
  3. Press delete key.

Result: <em> is inside <a> Expected result: <em> should be next to <a>

Change History (0)

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