Opened 12 years ago
Last modified 11 years ago
#10575 confirmed Bug
Text in between two tables is pushed down when deleting upper table
Reported by: | Ian Newson | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0 |
Keywords: | Webkit | Cc: |
Description
Steps to reproduce: 1) Using the source view paste the attached HTML into the editor 2) Exit source view 3) Select all table cells in the upper table, by clicking and dragging from the bottom right to the top left 4) Delete the upper table by pressing backspace
Expected results: The upper table should be removed, and the "WYSIWYG editor" text should appear above the remaining table
Actual results: The upper table is removed, and the "WYSIWYG editor" text appears below the remaining table, not above
Attachments (1)
Change History (4)
Changed 12 years ago by
Attachment: | HTML for ticket 10575.txt added |
---|
comment:1 Changed 12 years ago by
Status: | new → confirmed |
---|---|
Version: | 4.1.2 |
Strange issue :|. I could confirm it on Chrome but not in every case. I think that selection must be anchored in the table that will be removed - cannot end outside it.
comment:2 Changed 12 years ago by
This issue is reproducible for a very long time. At least from 4.0~100
(the oldest commit I checked).
comment:3 Changed 11 years ago by
Keywords: | Webkit added |
---|---|
Version: | → 4.0 |
I was able to reproduce this problem in Webkit (both Chrome and Safari) from CKEditor 4.0. Problem doesn't seem to occur in CKEditor 4.0 beta.
HTML which can reproduce the problem