Opened 11 years ago
Last modified 10 years ago
#12141 closed Bug
[PR#108] List is lost when indenting in <li><p> — at Initial Version
Reported by: | Piotrek Koszuliński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.4.6 |
Component: | General | Version: | 4.2 |
Keywords: | Cc: |
Description
- Set source:
<ul> <li><p>First</p></li> <li><p>Second</p></li> </ul>
- Place caret in the first item.
- Press indent button.
Second item is lost.
Pull request: https://github.com/ckeditor/ckeditor-dev/pull/108