Opened 8 years ago

Closed 8 years ago

#17034 closed Bug (invalid)

While paste to ckeditor it does not preserve font color and styles.

Reported by: sandipnagar Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description

Steps to reproduce

  1. I have one URL from which I copy content
  2. Paste to my page where CKEDITOR 4.5.10 integrated
  3. Font color and etc. not preserved in header part on that CKEDITOR page

Expected result

It should show with font color and styles etc.

Actual result

Other details (browser, OS, CKEditor version, installed plugins)

(Chrome, Windows 7, 4.5.10)

==

installed plugin : dialogui,dialog,about,a11yhelp,basicstyles,blockquote,clipboard,panel,floatpanel,menu,contextmenu,resize,button,toolbar,elementspath,enterkey,entities,popup,filebrowser,floatingspace,listblock,richcombo,format,horizontalrule,htmlwriter,wysiwygarea,image,indent,indentlist,fakeobjects,link,list,magicline,maximize,pastetext,pastefromword,removeformat,sourcearea,specialchar,menubutton,scayt,stylescombo,tab,table,tabletools,undo,wsc

I am using this URL: ​http://cbreemail.com/rv/ff00a6795f005f2206b8afbd87449cee20daf5cc

Change History (2)

comment:1 Changed 8 years ago by sandipnagar

Any updates on this??

comment:2 Changed 8 years ago by Jakub Ś

Keywords: preserve style while paste in editor removed removed
Resolution: invalid
Status: newclosed
Version: 4.7.0 (GitHub - major)

Please upgrade your editor to version 4.7 as it is always best to use the latest editor.

Next please read about ACF and configure extraAllowedContent setting accordingly. There are styles assigned to elements which are not reported to ACF you need to report them.

To learn more about ACF please see:
http://docs.ckeditor.com/#!/guide/dev_acf
http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter
http://docs.ckeditor.com/#!/guide/dev_disallowed_content
http://docs.ckeditor.com/#!/api/CKEDITOR.filter-method-addTransformations
http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-allowedContent
http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-extraAllowedContent

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