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
- Load the editor with the following:
<ol> <li>1<ol><li>^2</li></ol></li> </ol>
- Press "Backspace" to join with the previous list item
- Actual Result:
<ol> <li>12<ol></ol></li> </ol>
Regression of [7540].