NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use trunk.foswiki.org to view this page for some minimal testing.
Use Item9693 for docu changes for 1.2 and 2.0.

Item11872: WysiwygPlugin interleaves
tags between

paragraph tabs. This is not legal xhtml.

Priority: CurrentState: AppliesTo: Component: WaitingFor:
Urgent Closed Extension WysiwygPlugin  
See Support.Question1090

The generated HTML from WysiwygPlugin/TML2HTML.pm interleaves the <div> tags with paragraph tags. TinyMCE detects this as invalid HTML and auto-closes the <div>

<p><div class="jqTreeview TMLhtml">
</p>
<ul>
<li> list
<ul>
<li> item
</li>
</ul>
</li>
</ul>
<p></div>
</p>

I have a fix.


Reopening, The fix didn't cover the closing div tags which were also wrapped. And blockquote has the same issue.

-- GeorgeClark - 18 May 2012
Topic revision: r17 - 02 Dec 2012, GeorgeClark
 
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. see CopyrightStatement. Creative Commons LicenseGet Foswiki at sourceforge.net. Fast, secure and Free Open Source software downloads