Opened 10 years ago
Last modified 10 years ago
#13409 closed Bug
List elements incorrectly merged — at Version 6
Reported by: | Szymon Cofalik | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.5.2 |
Component: | General | Version: | 4.0 |
Keywords: | Cc: |
Description (last modified by )
Followup for #12729.
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 (6)
comment:1 Changed 10 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 10 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 10 years ago by
Status: | new → confirmed |
---|
comment:4 Changed 10 years ago by
comment:5 Changed 10 years ago by
It should be fixed by #12729, but it looks that it fixed only Backspace
case.
comment:6 Changed 10 years ago by
Description: | modified (diff) |
---|---|
Milestone: | → CKEditor 4.5.1 |
Very strange that it does not work, because we have tests for delete too. To be investigated in 4.5.1.
It was tested and does not work on Chrome, Firefox and IE8-11.