Ticket #6715 (assigned Bug)
HTML Filter UI should change if disable_transform is set to 1 in ZMi
Reported by: | davidray | Owned by: | dkozar |
---|---|---|---|
Priority: | minor | Milestone: | 4.x |
Component: | Visual Editor | Version: | 4.2 |
Keywords: | html-filter, TinyMCE | Cc: | piv, dkozar |
Description
There is a disconnect with the front end UI at:
portal/@@filter-controlpanel
when disable_transform is set to 1 in the ZMI (portal_transforms/safe_html)
For a front end administrator, it would appear that these settings should still be applicable, when in fact they aren't. If disable_transform == 1, HTML Filter should have some conditional that outputs, at the least, a message stating that the transform has been disabled completely.
Change History
comment:4 Changed 4 years ago by ida
- Status changed from new to confirmed
- Keywords html-filter, TinyMCE added
- Version set to 4.1
- Milestone changed from 3.3.x to 4.x
Still valid in P4 with TinyMCE. Agree with reporter. Ideally the disableling-option should be offered in @@filter-controlpanel, too, or at least a message, if disabled via ZMI. Additionally setting disable_transform to 1, doesn't seem to have an effect: Inserted a style tag with some css-rules in a page -> they were still filtered.
comment:5 Changed 4 years ago by piv
- Cc piv added
disable_transform option is respected in all places but TinyMCE editor. So here we actually have 2 things to deal with:
- post a separate ticket to make TinyMCE care about safe_html -> disable_transform setting
- then display this setting on HTML Filtering control panel
Anybody aware of this TinyMCE issue? Wondering if it's fixed in upcoming plone 4.3 branch or maybe there already exists such a ticket?
comment:6 Changed 4 years ago by dkozar
- Status changed from confirmed to assigned
- Owner changed from duncan to dkozar
- Version changed from 4.1 to 4.2
- Cc dkozar added
- Milestone changed from 4.x to 4.3
Right. Duncan? :)