Opened 11 years ago
Last modified 11 years ago
#11623 confirmed Bug
Text reflow is broken when deleting text at the end of a list followed by a table
Reported by: | ndeuma | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Lists | Version: | 3.6.4 |
Keywords: | Cc: |
Description
Steps to reproduce:
- Create an unordered list. The text of the last list item must not be empty.
- Insert a table immediately after the list. The first cell in the first row must have some text.
- At the end of the last list item, press "Delete"
Actual behavior:
- The text in the first table cell flows inside the list item (see screenshot). The first table becomes empty.
Expected behavior (one of the following):
- The entire table flows into the list item
- Nothing happens
Attachments (1)
Change History (2)
Changed 11 years ago by
Attachment: | CK Editor Bug 02.png added |
---|
comment:1 Changed 11 years ago by
Keywords: | tables lists delete removed |
---|---|
Status: | new → confirmed |
Version: | 4.3.3 → 3.6.4 |
Expected behaviour (one of the following):
The entire table flows into the list item
Nothing happens
At first editor was following default browser behaviour which is:
- IE - does nothing
- FF - deletes text in table cells when delete is pressed
- Webkit, Bkink - Selects and deletes table
This has been changed in CKEditor 3.6.4 rev. [7540] and from that revision text from first cell was moved to last list item. Additionally JS error was thrown.
From CKEditor 4.3.1 there is no JS error but text is still moved to last list item.
I agree with @ndeuma that one of expected behaviours should be applied if it is possible.
screenshot