(firefox)
I make a simple table. Just before save, the html shown by TNCE is:
<!--TinyMCE WYSIWYG content - do not remove this comment--><table class="mceVisualAid" border="0"><caption> </caption><tbody><tr><td class="mceVisualAid"><b>Problem </b></td><td class="mceVisualAid"><b>comment<br></b> </td><td class="mceVisualAid"><b>action<br></b> </td></tr><tr><td class="mceVisualAid"> No back button<br></td><td class="mceVisualAid">problem on the patterns kin <br></td><td class="mceVisualAid"> </td></tr><tr><td class="mceVisualAid" colspan="1"> revision not saved</td><td class="mceVisualAid" colspan="1">dakar configuration default <br></td><td class="mceVisualAid" colspan="1"> config changed<br></td></tr></tbody></table><p> </p><p>
-- <span class="WYSIWYG_LINK">Main.ColasNahaboo</span> - 07 Sep 2007
</p>
but after the save it becomes on disk:
<table border="0"><caption> </caption>*Problem * <b>comment<br /></b><b>action<br /></b> No back button<br />problem on the patterns kin <br /> revision not saved dakar configuration default <br /> config changed</table>
--
TWiki:Main/ColasNahaboo
- 07 Sep 2007
You are using a version that erroneous filters TBODY tags. This is already fixed, though not checked in, but I'm leaving this open as an aide memorire for myself.
--
TWiki:Main.CrawfordCurrie
- 07 Sep 2007
OK, checked in
CC