Opened 12 years ago
Closed 12 years ago
#10282 closed Bug (invalid)
Spans stripped from source
Reported by: | Matthew Leffler | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.1 |
Keywords: | Cc: |
Description
Steps to Reproduce:
- http://ckeditor.com/demo
- In source view clear the source and enter the following:
<p>Text<span class="whatever"> text</span></p> <p>Copy me</p>
- Switch to html and back to source view.
Expected:
The <span>
should still be there.
Actual:
The <span>
is removed.
Notes:
Is this desired behavior? This "works" as I expect it to in 4.0.1.
Please see - http://ckeditor.com/blog/CKEditor-4.1-RC-Released and docs about Advanced Content Filter(ACF) http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter, http://docs.ckeditor.com/#!/guide/plugin_sdk_integration_with_acf