Opened 10 years ago

Closed 10 years ago

#11987 closed Bug (wontfix)

PasteFromWord font&bullet color in CKeditor inconsistent to orginal WORD content

Reported by: sayyed Owned by:
Priority: Normal Milestone:
Component: Plugin : Paste from Word Version:
Keywords: Cc:

Description

Steps to reproduce:

1) Enable paste from word font setting by using below two args. config.pasteFromWordRemoveFontStyles = false; config.pasteFromWordRemoveStyles = false;

2) Using attached sample1.doc, Select&Copy the entire content. 2) Then, click the "PasteFromWord" button CKeditor and paste the content selected in step 1. 3) Issues we observed are as follows:

i) The tab alignments are not correct (missing) for the lines "*This text...", "Define..." and "e.g.: ..." (Only in firefox)

ii) The bullets 'dots' are NOT in red as expected (in both IE and firefox)

iii) The beginning and ending special characters (<- and ->) are wrongly converted into funny/bad characters. (Only in firefox)

Attachments (1)

sample1.docx (13.5 KB) - added by sayyed 10 years ago.
sample file

Download all attachments as: .zip

Change History (2)

Changed 10 years ago by sayyed

Attachment: sample1.docx added

sample file

comment:1 Changed 10 years ago by Jakub Ś

Resolution: wontfix
Status: newclosed
  1. I have only seen this issue in IE and not Firefox but they can be fixed with e.g. extraAllowedContent : 'p{text-indent, margin}'. This part is Invalid.
  2. That is true. We have this issue reported in few tickets. They concern styling list items in general. Except for chnaging list numbering we don't provide any option to style list bullets or numbers. You would have to eitehr use some custom plugin for that or switch to source mode and change li styles there (allowedContent:true or extraAllowedContent witth proper tag/style is needed here).
  3. Firefox sees these characters that way. CKEditor pastes what it gets from browser (Blink has problems with ending characters, Ie sees it correctly). This part is Won't Fix.
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