Opened 11 years ago
Closed 11 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)
Change History (2)
Changed 11 years ago by
Attachment: | sample1.docx added |
---|
comment:1 Changed 11 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
- 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. - 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).
- 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.
sample file