Opened 11 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)

HTML for ticket 10575.txt (843 bytes) - added by Ian Newson 11 years ago.
HTML which can reproduce the problem

Download all attachments as: .zip

Change History (4)

Changed 11 years ago by Ian Newson

Attachment: HTML for ticket 10575.txt added

HTML which can reproduce the problem

comment:1 Changed 11 years ago by Piotrek Koszuliński

Status: newconfirmed
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 11 years ago by Piotrek Koszuliński

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 Jakub Ś

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.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy