- From: <Irene.Vatton@inrialpes.fr>
- Date: Thu, 20 Jan 2000 09:18:48 +0100
- To: klescgl@NU.COM
- cc: www-amaya@w3.org
Hi,
Thanks for your complete and clear report.
I see that you tried to transform a table-row into a header-cell.
Amaya didn't succeed and tried to insert a header-cell before. For that it
analyzed the DTD to find out a path of sub-tree leading to a header-cell
and which could be created here. The first path it found out started with a
form.
Of course there are several possible paths and this is not the most intuitive,
but this is the first that Amaya tested (the order depends on the current order
in the S language) and Amaya stops as soon as it has a valid path.
The right solution would be to test all possible paths and either propose the
choice to the user or choose the shorter path.
I don't think we will fix that problem in the next release, but I agree it's a
real problem.
In-reply-to: Your message of Tue, 18 Jan 2000 09:06:40 -0500."
<OFA509A889.6C3C566B-ON8525686A.004C9B1E@nu.com>
> Morning All,
>
> I was working along in Amaya this morning (Built from the CVS library as of
> yesterday morning), and came across an odd behavior in a table. I created a
> 3 row * 2 col table, selected the first row (not the cells in the first
> row, but the row itself), and went through the Type menu to change the row
> cells to <th>, and things just seemed to go haywire. I Can duplicate it,
> Below is a test document with the results and directions to replicate the
> problem. Once, on top of adding everything that you see below, Amaya simply
> shut down. I was able to retrieve my work, so no loss there.
>
> I hope this helps... If you have any questions, or if I can be of any
> further assistance, I will be glad to help.
>
> Gary Klesczewski
> klescgl@nu.com
>
> --- TablesTest.html ---
>
> <?xml version="1.0" ?>
> <html xmlns="http://www.w3.org/1999/xhtml">
> <head>
> <title>Table Test</title>
> <meta name="GENERATOR" content="amaya V2.5" />
> <meta http-equiv="Content-Type" content="text/html" />
> </head>
>
> <body>
> <h1>Testing a Table</h1>
>
> <p>1. Create Table 3 rows x 2 cols.</p>
>
> <p>2. Select Entire Top Row via Mouse, not cell by cell..</p>
>
> <p>3. Change first row to Header Row.</p>
>
> <p>4. Observe the entire contents of that row.</p>
>
> <p></p>
>
> <table border="1">
> <caption></caption>
> <tbody>
> <tr>
> <td><xmlgraphics xmlns="http://www.w3.org/Graphics/SVG/Amaya2D"
> width="100%" height="200">
> <rect>
> <label><?xml version="1.0" ?>
> <html xmlns="http://www.w3.org/1999/xhtml">
> <head>
> <title></title>
> </head>
>
> <body>
> <ul>
> <li>
> <form method="get" action="">
>
> <table border="1">
> <caption></caption>
> <tbody>
> <tr>
> <th></th>
> </tr>
> </tbody>
> </table>
> </form>
> </li>
> </ul>
> </body>
> </html>
> </label>
> </rect>
> </xmlgraphics>
> </td>
> <td></td>
> </tr>
> <tr>
> <td></td>
> <td></td>
> </tr>
> <tr>
> <td></td>
> <td></td>
> </tr>
> </tbody>
> </table>
> </body>
> </html>
>
>
>
Irene.
Received on Thursday, 20 January 2000 03:18:54 UTC