Closed (won't fix)
Project:
Wysiwyg
Version:
7.x-2.1
Component:
Editor - TinyMCE
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Apr 2012 at 22:06 UTC
Updated:
29 Apr 2012 at 03:30 UTC
Pasted HTML into the edit box in Plain Text mode, thus:
<noscript><br/><span id="warning">You must have JavaScript enabled to use this feature.</span></noscript>
then changed to Full HTML. When I changed back to Plain Text to paste more HTML, I noticed that the noscript block was now:
<noscript>&amp;amp;amp;amp;lt;br/&amp;amp;amp;amp;gt;&amp;amp;amp;amp;lt;span id="warning"&amp;amp;amp;amp;gt;You must have JavaScript enabled to use this feature.&amp;amp;amp;amp;lt;/span&amp;amp;amp;amp;gt;</noscript>
Nested tags are allowed within a noscript block, so don't repeatedly encode tags within a noscript block.
Comments
Comment #1
twodThis appears to be a problem in TinyMCE itself, as http://ww.tinymce.com/tryit/full.php produces similar results.
According to http://www.tinymce.com/forum/viewtopic.php?id=26785, the behavior may also vary across browsers.