Opened 11 years ago
Last modified 11 years ago
#12505 closed Bug
CKEditor copy from word/Excel from other source and paste on editor format not preserving — at Version 1
Reported by: | sharan | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.4.5 |
Keywords: | Cc: | shiva@…, sakshi.kachare@…, balaji.k@…, sharanagouda.patil@… |
Description (last modified by )
While copying from source for example word(Might be any source) with Time new Roman 12 to CKEditor same format is not maintaining
Change History (1)
comment:1 Changed 11 years ago by
Description: | modified (diff) |
---|---|
Status: | new → pending |
Have you set both below options to false:
http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-pasteFromWordRemoveFontStyles
http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-pasteFromWordRemoveStyles
Perhaps there are some rules missing for ACF? You could disable it for tests to find out if this is the reason of your problems and then configure it properly. Please see: http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter
NOTES: