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
- I have one URL from which I copy content
- Paste to my page where CKEDITOR 4.5.10 integrated
- 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
comment:2 Changed 8 years ago by
Keywords: | preserve style while paste in editor removed removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
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
Any updates on this??