#12467 closed Bug (duplicate)
Indent on first LI of ordered list breaks the list
Reported by: | Alvaro | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Lists | Version: | |
Keywords: | Cc: |
Description
CK is deletting all but first list items in a ordered list after some formatting and increase indent.
Steps to reproduce using full demo
1) put this code in source
<ol> <li> <pre> test</pre> </li> <li> <p>paragraph 1</p> </li> <li>item 3</li> <li>item 4</li> <li>item 5</li> </ol>
2) go to wysiwig, select first li and increase indent
3) only the first list remains in document
DUP of #12141.
@alechner I have moved your sample code to that ticket.