#11477 closed Bug (invalid)
If you use "Paste from word" when pasting table it looses color formatting
Reported by: | tesla | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Plugin : Paste from Word | Version: | 3.6.4 |
Keywords: | Cc: |
Description
If you have a table in Microsoft Word that has color formatting and copy this into the CKEditor using the "copy from word" button, the color formatting is lost.
Other formats like italic, bold are kept.
Open the attached word file Mark the table in the file Copy it Click the "Copy from word" button in the editor and paste the copied text there. See that for now the formatting is kept. Click OK Observe that the inserted text has lost color formatting
Attachments (2)
Change History (5)
Changed 11 years ago by
Attachment: | Table in word.docx added |
---|
comment:1 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.pasteFromWordRemoveFontStyles
http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.pasteFromWordRemoveStyles
You need to set above two properties to false.
comment:2 Changed 11 years ago by
Component: | Core : Tables → Plugin : Paste from Word |
---|
Changed 11 years ago by
Attachment: | config.txt added |
---|
comment:3 Changed 11 years ago by
We have set above two properties in the attached config.txt file, but still the color formatting is not retained. Can you please check attached config file and let me know if I am setting the property in correct file.
Table style in word doc