Opened 11 years ago
Closed 10 years ago
#11155 closed Bug (duplicate)
Problem with outdent/indent list in blockque
Reported by: | Piotr Jasiun | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.2 |
Keywords: | Cc: |
Description
- Open browser (tested with Chrome and IE11).
- Open "Replace Textarea Elements by Class Name" sample (samples/replacebyclass.html).
- Set this content in editor:
<ol> <li>aa <blockquote> <ol> <li>bb</li> <li>cc</li> </ol> </blockquote> </li> <li>dd</li> </ol>
- Switch to WYSIWYG mode and select [bb cc].
- Press "Outdent" button.
- Press "Indent" button.
"dd" disappears.
Change History (2)
comment:1 Changed 11 years ago by
Status: | new → confirmed |
---|---|
Version: | → 4.2 |
comment:2 Changed 10 years ago by
Resolution: | → duplicate |
---|---|
Status: | confirmed → closed |
I'm closing this one as DUP of #11829 because this issue isn't only about list in blockquote.
Problem can be reproduced from CKEditor 4.2 in all browsers.