Ran across an issue today wherein one of our Content Editors was complaining that their page was not working, i.e. some page scripts where not firing.
Upon closer inspection, we found out that their content inside their RTE was missing.
We added them back but, it just kept getting stripped-off when we close the editor.
This did not happen to us before when we were using SC6.5, so this basically smells more like an upgrade issue.
I scanned all of the config changes (I kept a log) and found one curious setting:
<setting name="HtmlEditor.RemoveScripts" value="true" />
This setting was by default removing any embedded scripts inside the RTE.
Just turn it off in your CM and keep it on in your CD.
Upon closer inspection, we found out that their content inside their RTE was missing.
We added them back but, it just kept getting stripped-off when we close the editor.
This did not happen to us before when we were using SC6.5, so this basically smells more like an upgrade issue.
I scanned all of the config changes (I kept a log) and found one curious setting:
<setting name="HtmlEditor.RemoveScripts" value="true" />
This setting was by default removing any embedded scripts inside the RTE.
Just turn it off in your CM and keep it on in your CD.
Comments
Post a Comment