Opened 13 years ago
Last modified 13 years ago
#8661 confirmed Bug
Copy paste table does not retain table width - style attribute in not copied — at Version 2
Reported by: | Ben | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Pasting | Version: | 3.0 |
Keywords: | Firefox | Cc: |
Description (last modified by )
Steps to reproduce:
- Create a table (default values are fine)
- Place the cursor in the first cell and click/drag to highlight the rest of the table
- Paste the table in the editor
Expected result: The pasted table retains the width of the copied table
Actual result: The pasted table appears very small and has the minimum column width possible (screenshot attached)
Workaround: Copy the table by placing the cursor outside of the table when highlighting it. The table pastes properly this way.
The problem is reproducible on the ckeditor.com/demo application.
Change History (3)
comment:1 Changed 13 years ago by
Description: | modified (diff) |
---|---|
Keywords: | table cell paste copy highlight width small size removed |
comment:2 Changed 13 years ago by
Description: | modified (diff) |
---|---|
Keywords: | Firefox added |
Status: | new → confirmed |
Summary: | Copy paste table does not retain table width → Copy paste table does not retain table width - style attribute in not copied |
Version: | 3.6.2 → 3.0 |
Changed 12 years ago by
Attachment: | ckeditor_bug.jpg added |
---|
This issue has only been reproducible in Firefox from CKEditor 3.0.
Copying and pasting default table as described above results in thin table. This is because style attribute in not copied. The issue is true for Firefox3-9.
Firefox9 however has one more major issue. Not only it does not copy style attribute but it also pastes all cells in single row. Described here: #8684.