Opened 13 years ago
Closed 9 years ago
#8780 closed Bug (fixed)
Copy Paste Word 2010, Cleanup Internal Error
Reported by: | Syslogic | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.5.3 |
Component: | Plugin : Paste from Word | Version: | 3.5.3 |
Keywords: | IBM | Cc: | fzuo@…, satya_minnekanti@… |
Description
Made a word document with a table and some formatting in a column (most notable a numbered list). When I try to copy-past the table I get a "It was not possible to clean up the pasted data due to an internal error."
I've tried the copy/paste in the demo editor and in the nightly.ckeditor.com and both give the same error. The table b.t.w. is pasted correctly (visually) but when looking at the code the MS-Word formatting is still there.
Attachments (1)
Change History (10)
Changed 13 years ago by
Attachment: | ckeditor_tablebug_document.docx added |
---|
comment:1 Changed 13 years ago by
Status: | new → confirmed |
---|---|
Version: | → 3.5.3 |
Reproducible from CKEditor 3.5.3 rev [6616] Seems that enhanced list handling has problems with lists in tables for Office Word 2010 documents. The same table created in Word 2003 works without problems.
comment:3 Changed 11 years ago by
Problem can still be reproduced in latest CKEditor 4.x (4.1.1 at the time of writing).
comment:4 Changed 11 years ago by
Cc: | satya_minnekanti@… added |
---|---|
Keywords: | IBM added |
comment:5 Changed 11 years ago by
Component: | General → Plugin : Paste from Word |
---|
comment:6 Changed 9 years ago by
Please see http://dev.ckeditor.com/ticket/12740#comment:3 - there might be one source of the problem.
comment:7 Changed 9 years ago by
The problem was caused by the fact, that apparently handling the tab-stops style was done according to this spec: http://www.w3.org/People/howcome/t/970224HTMLERB-CSS/WD-tabs-970117.html
And the real value of that style is usually something similar to "36pt", "22px" etc.
Please follow #13590 for further information.
comment:9 Changed 9 years ago by
Milestone: | → CKEditor 4.5.3 |
---|---|
Resolution: | → fixed |
Status: | confirmed → closed |
Fixed by #13590.
The table that triggers the copy/paste bug