W3C home > Mailing lists > Public > www-amaya@w3.org > April to June 2008

Cursor navigation in enclosed table in a table.

From: Pascal <abo.pignard@wanadoo.fr>
Date: Tue, 22 Apr 2008 11:02:39 +0200
To: www-amaya@w3.org
Message-Id: <27276FAD-1968-42FC-8215-290CD1F6C0A7@wanadoo.fr>
Hello.
With Amaya 10.0.1 on Mac OS 10.4 PPC, I experience an annoying drawback:
In an enclosed table in a table, the cursor seems stuck into the  
enclosed table.
Copy the following code to reproduce it.

<table border="1">
   <tbody>
     <tr>
       <td>one</td>
     </tr>
     <tr>
       <td>two</td>
     </tr>
     <tr>
       <td>three

         <p>here</p>

         <p>zgergzerg</p>

         <table border="3">
           <tbody>
             <tr>
               <td>one one</td>
             </tr>
             <tr>
               <td>two two</td>
             </tr>
             <tr>
               <td>3 3</td>
             </tr>
             <tr>
               <td>4 4</td>
             </tr>
           </tbody>
         </table>

         <p>end</p>

         <p></p>
       </td>
     </tr>
   </tbody>
</table>

That produces this:


Put the cursor in the word here. Then navigate with left and right  
arrows, the behaviour is correct.
Then navigate with up and down arrow, the cursor moves to the inner  
table and can't leave it.
Hope this help.

Regards, Pascal.
http://blady.pagesperso-orange.fr
Received on Tuesday, 22 April 2008 09:03:22 GMT

This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 22 April 2008 09:03:22 GMT