Indent List plugin unwraps parent li elements
The example setup is here:
http://jsfiddle.net/hruygj01/2/
Highlight both the ordered list and unordered list in either inline editor and hit the button to decrease indentation level. Rather than unwrapping the first list like what happens when the parent of the editor is a div, the parent itself is unwrapped.
Change History (6)
Cc: |
andrew.stucki@… added
|
Component: |
General →
Core : Lists
|
Version: |
→ 4.4.6
|
Status: |
new →
confirmed
|
Version: |
4.4.6 →
4.0 Beta
|
Resolution: |
→ fixed
|
Status: |
confirmed →
closed
|
Milestone: |
→ CKEditor 4.4.8
|
Problem can be reproduced in every browser from CKEditor 4.0 beta.
The condition is that you need to select whole list. Indenting single list entries works as expected.