- From: <johnd@ot.com.au>
- Date: Wed, 3 Jan 2001 09:51:13 +0800
- To: www-amaya-dev@w3.org
This :
<html>
<table border="1">
<tr>
<td>row1</td>
</tr>
<tr>
<td rowspan="2">row2</td>
</tr>
<tr>
<td>row3</td>
</tr>
</table>
</html>
causes Amaya 4.2.1 to crash when the page is unloaded.
It seems that its freeing boxes which don't exist, but I've not been
able to work out a fix for it. Is there an easy patch for it ??
John
Received on Tuesday, 2 January 2001 20:51:58 UTC