Opened 8 years ago

Closed 8 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

  1. Create table with backround color and border in Libreoffice (or word, excel)
  2. Open CKEditor full demo - http://ckeditor.com/demo#full
  3. click paste from word
  4. copy and paste table from word or excel to preview window
  5. 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)

simple table.odt (9.5 KB) - added by akam 8 years ago.

Download all attachments as: .zip

Change History (2)

Changed 8 years ago by akam

Attachment: simple table.odt added

comment:1 Changed 8 years ago by Jakub Ś

Resolution: invalid
Status: newclosed
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

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy