Opened 11 years ago
Last modified 10 years ago
#12141 closed Bug
[PR#108] List is lost when indenting in <li><p> — at Version 2
Reported by: | Piotrek Koszuliński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.4.6 |
Component: | General | Version: | 4.2 |
Keywords: | Cc: |
Description (last modified by )
- 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
- An analysis how ident* plugins should handle this case: https://github.com/ckeditor/ckeditor-dev/pull/108#issuecomment-47332860
Change History (2)
comment:1 Changed 11 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 11 years ago by
Description: | modified (diff) |
---|