- From: <klescgl@NU.COM>
- Date: Tue, 18 Jan 2000 09:06:40 -0500
- To: www-amaya@w3.org
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>
Received on Tuesday, 18 January 2000 09:08:09 UTC