- Enable WYSIWYG

 - Got to sandbox, edit, delete any existing contents.

 - Toggle to Raw HTML edit mode

 - Paste html code, below.

 - Toggle to WYSIWYG edit mode.

( You will see a simple two row, three column table with a line of text above and a line of text below. )

 - Toggle to Raw HTML edit mode

 - Find second last line, contents "<p>f</p></td></tr></tbody></table>"

- Insert new line just before "</tbody>" ( I am getting ready to add a third row, but this is all that is necessary to cause the problem )

 - Toggle to WYSIWYG edit mode.


The line of text after the table has vanished!

Here is the html code to paste:


<p>Line before the table</p>

<table border="1">

<tbody></tbody>
<tbody><tr>
<td align="center" width="30%">

<h2>a</h2></td>
<td align="center" width="30%">

<h2>b</h2></td>
<td align="center" width="30%">

<h2>c</h2></td></tr>
<tr>
<td>d</td>
<td>e
<ul>
</ul></td>
<td>

<p>f</p></td></tr></tbody></table>

<p>Line after table</p>



_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to