Re: Bug in table presentation

> 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 ??

I tested this table on each available platforms solaris, linux, win95/98/nt
and all worked fine.


-- 
     Irene.

Received on Thursday, 4 January 2001 09:03:37 UTC