Opened 9 years ago
Closed 9 years ago
#16812 closed Bug (worksforme)
Missing table height on paste from Word
| Reported by: | Marek Lewandowski | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Plugin : Paste from Word | Version: | 4.6.0 |
| Keywords: | Cc: |
Description
Steps to reproduce
- Open attached
Table_vertical_alignment.docxfile with Word and copy it's content. - Paste into the editor.
Expected result
Table height is preserved.
Actual result
Table height is stripped.
Attachments (1)
Change History (4)
Changed 9 years ago by
| Attachment: | Table_vertical_alignment.docx added |
|---|
comment:1 Changed 9 years ago by
| Status: | new → confirmed |
|---|
comment:2 Changed 9 years ago by
comment:3 Changed 9 years ago by
| Milestone: | CKEditor 4.7.0 |
|---|---|
| Resolution: | → worksforme |
| Status: | confirmed → closed |
Fixed by #16818

Actually Paste from Word plugin puts row height as
tr[height]attribute, which is what we're getting from the Word itself. To support it in CKEditor we'd need to handle this case in tabletools plugin, see #16818.