Opened 9 years ago
Last modified 9 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
- Create a table of 10X10
- 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)
Change History (2)
Changed 9 years ago by
comment:1 Changed 9 years ago by
Status: | new → confirmed |
---|---|
Type: | Bug → New Feature |
Version: | 4.5.1 → 4.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.