Opened 8 years ago

Last modified 8 years ago

#13805 confirmed New Feature

Cut and paste is not working in table cells

Reported by: Ravi Nada Owned by:
Priority: Normal Milestone:
Component: Core : Tables Version: 4.0
Keywords: Cc:

Description

Steps to reproduce

  1. Create a table of 10X10
  2. Cut first 2 rows and 2 columns

Expected result

Text in the cells which are cut should not show up there

Actual result

But text remains visibile

Other details (browser, OS, CKEditor version, installed plugins)

IE 11

Attachments (1)

table.txt (1.9 KB) - added by Jakub Ś 8 years ago.

Download all attachments as: .zip

Change History (2)

Changed 8 years ago by Jakub Ś

Attachment: table.txt added

comment:1 Changed 8 years ago by Jakub Ś

Status: newconfirmed
Type: BugNew Feature
Version: 4.5.14.0

The same thing can be reproduced with native contenteditable which makes this issue more of a feature than a bug.

I think to fix it we would have to introduce fake element for table.

NOTE: In chrome editor removes just content while in native contenteditable first row is also removed. In Firefox contents are removed in contenteditable while in editor only the value of first cell is removed.

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