Opened 12 years ago

Closed 12 years ago

#9105 closed Bug (fixed)

Backspace to join sub list item produces orphan

Reported by: Garry Yao Owned by:
Priority: Normal Milestone: CKEditor 3.6.4
Component: Core : Lists Version: 3.6.4
Keywords: Cc:

Description

  1. Load the editor with the following:
    	<ol>
    		<li>1<ol><li>^2</li></ol></li>
    	</ol>
    
  1. Press "Backspace" to join with the previous list item
  • Actual Result:
    <ol>
    	<li>12<ol></ol></li>
    </ol>
    

Change History (2)

comment:1 Changed 12 years ago by Garry Yao

Status: newconfirmed

Regression of [7540].

comment:2 Changed 12 years ago by Garry Yao

Resolution: fixed
Status: confirmedclosed

Fixed with [7549].

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