Opened 9 years ago
Closed 9 years ago
#13881 closed Bug (invalid)
Allowed attributes, allowed class sanitized by toggling source
Reported by: | Josh | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Source View | Version: | |
Keywords: | Cc: | joshuajmark@… |
Description
Steps to reproduce
- Allow class attribute on tables
- Allow specific class
- Add specified class on table element using source. Toggle source off, the class is sanitized and contains
cke_show_border
. Toggle source back on, class attribute is gone.
Expected result
Class is applied and available to edit in the future. Source can be toggled without clearing allowed classes.
Actual result
Allowed class is sanitized by toggling source
Other details (browser, OS, CKEditor version, installed plugins)
All OS, all browsers. CKE 4.5.4. Plugins: table, tableresize,quicktable
Attachments (1)
Change History (2)
comment:1 Changed 9 years ago by
Keywords: | table class removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Version: | 4.5.4 |
I haven't tested quicktable plugin because this is a third party plugin but I have tested other two and there are no problems.