Ticket #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>
Change History
Note: See
TracTickets for help on using
tickets.

Regression of [7540].