-
Bug
-
Resolution: Won't Fix
-
Low
-
None
-
3.0.2, 3.1
I am using this code fragment in the wiki markup editor to display some stuff such as diagrams and text boxes at the right side:
{html} <div style="float:right"> {html} here is my stuff {html}</div>{html}
After switching to the wysiwyg editor and then back to the wiki markup editor the code has been changed to:
{html} <DIV mce_style="float:right" style="float: right;"> </DIV><P mce_style="display:none" style="display: none;" user="true"><BR></BR></P> <P>here is my stuff</P> <P mce_style="display:none" style="display: none;" user="true"><BR></BR></P> <DIV class="wysiwyg-macro" macrohasbody="true" macroname="html" macrostarttag="{html}" wikihasnewlineafterbody="false" wikihasnewlinebeforebody="false" wikihasprecedingnewline="true" wikihastrailingnewline="false"></DIV> {html}
The HTML code no longer works after this modification.
My expectation is that whatever I enter between the {html} tags is not modified by Confluence. It is, after all, arbitrary HTML code.
Resolving through standard process. Issue unmodified for 3 years, marked minor and few votes.