Opened 9 years ago
Closed 9 years ago
#14607 closed Bug (invalid)
pasteWord and Table style
Reported by: | akam | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Steps to reproduce
- Create table with backround color and border in Libreoffice (or word, excel)
- Open CKEditor full demo - http://ckeditor.com/demo#full
- click paste from word
- copy and paste table from word or excel to preview window
- click OK
Expected result
Table in ckeditor keep background color and border size as in word document
Actual result
Table in ckeditor keep background color and border size as in word document ONLY in preview mode. After I click OK, table in CKEditor will lose color and border=0
Other details (browser, OS, CKEditor version, installed plugins)
bug in linux and windows both (sorry for my bad english)
Attachments (1)
Change History (2)
Changed 9 years ago by
Attachment: | simple table.odt added |
---|
comment:1 Changed 9 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Version: | 4.5.9 (GitHub - master) |
For MS word please set below two properties to false:
http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-pasteFromWordRemoveFontStyles
http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-pasteFromWordRemoveStyles
Please also check ACF rules as they migh have some influence on styling - http://docs.ckeditor.com/#!/guide/dev_acf
There is no support for MS Excel or LibreOffice. Please see: #13623, #6465