Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#12980 closed Bug (invalid)

Ckeditor remove html tags

Reported by: peter boshra Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc: peteracmilan@…

Description

Hello there ,

I am using ckeditor and migrate it with symfony 2 but after i add a bulk of html source and save , return again to edit this data seems like ckeditor remove some tags ,

Thanks .

Change History (2)

comment:1 Changed 9 years ago by Piotrek Koszuliński

Resolution: invalid
Status: newclosed

comment:2 Changed 9 years ago by Jakub Ś

  1. CKEditor is JavaScript application and it doesn't have anything to do with saving data.

Please make sure that your server-side doesn't remove these tags.

  1. If you are able to reproduce it in CKEditor when switching to source mode and back, it means ACF is removeing these tags. In such case 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
http://nightly.ckeditor.com/14-03-20-07-05/full/samples/datafiltering.html

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