Opened 10 years ago
Last modified 10 years ago
#13409 closed Bug
List elements incorrectly merged — at Version 1
Reported by: | Szymon Cofalik | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.5.2 |
Component: | General | Version: | 4.0 |
Keywords: | Cc: |
Description (last modified by )
Steps to reproduce:
- Set this as editor contents:
<ul> <li><a href="#foo">foo</a> <ol> <li><em>bar</em></li> </ol> </li> </ul>
- Set caret after foo (at the end of the list item).
- Press delete key.
Result: <em>
is inside <a>
Expected result: <em>
should be next to <a>