Opened 10 years ago
Last modified 10 years ago
#12584 confirmed Bug
Paste table within CK-Editor looses formattings (FF 33)
Reported by: | Marek Mrozek | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Tables | Version: | 3.0 |
Keywords: | Firefox Blink Webkit | Cc: |
Description
- Create Table with formattings (e.g. width=50%, bg-color=blue, headers=first row)
- Select (all cells) of the table
- Copy (STRG + C)
- Paste (STRG + V)
- Open table properties of the pasted table
Result: Table looses formattings (width, bg-color, headers)
Expected: All table formattings are copied properly
Attachments (1)
Change History (2)
Changed 10 years ago by
Attachment: | TableWithFormattings_source.txt added |
---|
comment:1 Changed 10 years ago by
Keywords: | Firefox Blink Webkit added; Copy Tables within CK-Editor removed |
---|---|
Status: | new → confirmed |
Version: | 4.4.5 → 3.0 |
I was able to reproduce this problem from CKEditor 3.0. It is hard to select whole table with a mouse.
In Webkit and Blink you can select table by starting selection before table. In Firefox it seems that the best and only solution is clicking on table element in element's path.
This should be fixed in CKEditor 4.6 when we introduce our own selection.
Attachment contains table with formattings as HTML source. Paste directly to the Editor Source Mode.