Ticket #8661 (confirmed Bug)
Copy paste table does not retain table width - style attribute in not copied
| Reported by: | bsilverm | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Core : Pasting | Version: | 3.0 |
| Keywords: | Firefox | Cc: |
Description (last modified by j.swiderski) (diff)
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.
Attachments
Change History
comment:1 Changed 16 months ago by j.swiderski
- Keywords table, cell, paste, copy, highlight, width, small, size removed
- Description modified (diff)
comment:2 Changed 16 months ago by j.swiderski
- Status changed from new to confirmed
- Keywords Firefox added
- Version changed from 3.6.2 to 3.0
- Description modified (diff)
- Summary changed from Copy paste table does not retain table width to Copy paste table does not retain table width - style attribute in not copied
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.
