On a TWiki4.1.2 codebase,
with latest Wysiwyg &
TinyMCE plugins of SVN 2009-09-17 morning, both enabled
change history 16 Sep 2007
When I edit a topic with 2 bullet items in a list, I see the html code in TMCE before saving:
<!--WYSIWYG content - do not remove this comment, and never use this identical text in your topics--><p>
</p><div>List: </div><div>
<ul><li> A</li><li>B<br> </li></ul></div>
When I save, I see briefly the contents going down (as if a<p> have been added at the top)
then what is saved on disk is the TML (raw view):
<div>List: </div><div> * A
* B<br /> </div>
That, when re-edited gives the html in TMCE:
<!--WYSIWYG content - do not remove this comment, and never use this identical text in your topics--><p>
</p><div>List: </div><div> * A
<p></p>
<ul>
<li> B<br> </li></ul></div>
--
TWiki:Main/ColasNahaboo
- 17 Sep 2007
I haven't analysed it yet, but I'm raising it to Urgent until I do. It looks like it's related to the DIV problems noted elsewhere.
CC
Confirmed.
CC
Fixed by treating DIV as if it was a P (see also
Item4652)
CC