This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 6330 - Cursor navigation in enclosed table in a table.
Summary: Cursor navigation in enclosed table in a table.
Status: CLOSED FIXED
Alias: None
Product: Amaya
Classification: Unclassified
Component: Editing (show other bugs)
Version: 11.0
Hardware: Macintosh MacOS X
: P2 major
Target Milestone: ---
Assignee: Vatton
QA Contact: Vatton
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-22 15:33 UTC by Pascal Pignard
Modified: 2009-05-24 10:07 UTC (History)
5 users (show)

See Also:


Attachments

Description Pascal Pignard 2008-12-22 15:33:30 UTC
Hello.
With Amaya 11 on Mac OS 10.4 PPC, I still 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>

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 at the top.
Hope this help, Pascal.
Comment 1 Vatton 2009-01-15 13:35:43 UTC
The bug fix will be available in Amaya 11.1
Comment 2 Pascal Pignard 2009-02-01 09:14:04 UTC
Hi, it seems to be really good in Amaya 11.1 Mac PPC. Many thanks, Pascal.