Opened 10 years ago
Last modified 10 years ago
#13409 closed Bug
List elements incorrectly merged — at Version 2
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>
You can test this bug in this manual test (test available git:7456617935): http://tests.ckeditor.dev:1030/tests/plugins/list/manual/mergelistitems
Change History (2)
comment:1 Changed 10 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 10 years ago by
Description: | modified (diff) |
---|