Opened 8 years ago
Closed 8 years ago
#16749 closed Bug (invalid)
CK Editor deletes code it does not understand
Reported by: | Philip_1995 | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Steps to reproduce
- Switch code edit mode
- Type some html that you can not generate with ckeditor e.g html 5 video player
- switch back/submit form
Expected result
A page with a video clip
Actual result
a p tag with the message that would showing the message if browser does not support the html 5 player
Other details (browser, OS, CKEditor version, installed plugins)
This is not limited to new html 5 tags anything that ck editor does not understand will get removed/changed e.g. bootstrap classes
This is by design and done by the Advanced Content Filter: http://docs.ckeditor.com/#!/guide/dev_acf