Opened 9 years ago
Closed 9 years ago
#14589 closed Bug (invalid)
Editor removing <div> style
Reported by: | Mick O'Rourke | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Performance | Version: | |
Keywords: | Cc: | mick@… |
Description
If I enter my own style such as <div class="col_1"> Column One</div> when the editor saves the page the div gets transformed to <div>Column One</div> class or id gets removed .
Steps to reproduce
Expected result
Actual result
Other details (browser, FIRE FOX 45.0.2 / Chrome 49.0.2623.112 m
OS, Windows
CKEditor version, 4.5.8 installed plugins) ==
Change History (1)
comment:1 Changed 9 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Version: | 4.5.8 |
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
You could try below to allow everything for divs in CKEditor.
@mick104 I'm closing this ticket because I think it is invalid but if this is not what you are having and you can reproduce this issue without saving and with proper ACF settings, please leave a comment.