Bug report: colspan and rowspan in tables

Hello:

Amaya manages the rowspan and colspan attributes in a bad way when the top right cell of the table is affected. 
In this case when you save and reload, Amaya creates a new column.

The following code, for example, confuses Amaya. It is a 3 x 3 table with 2 x 2 cells together.

<table border="1">
  <caption></caption>
  <tbody>
    <tr>
      <td>a1</td>
      <td colspan="2" rowspan="2">b1</td>
    </tr>
    <tr>
      <td>a2</td>
    </tr>
    <tr>
      <td>a3</td>
      <td>b3</td>
      <td>c3</td>
    </tr>
  </tbody>
</table>

I discovered this bug in Amaya 5.2a for Windows 9X and it is still present in Amaya 5.3 for Windows 9X.

Best regards,
Barto

Received on Tuesday, 8 January 2002 12:15:11 UTC