Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jumping to nth column command causes the caret to change row when crossing merged cells #22

Open
CyrilleB79 opened this issue Apr 30, 2023 · 0 comments

Comments

@CyrilleB79
Copy link
Contributor

Sometimes jumping to nth column command causes the caret to change row.

Note: to be tested the other way around, I.e. jumping to Nth row should remain in the same column.

Steps to reproduce

  • In browser address bar, enter:
    data:text/html,<table><tr><th>the first column</th><th>the second column</th><th>the third column</th><tr><td>@</td><td rowspan=2>a</td><td>b</td></tr><tr><td>0</td><td>2</td></tr><table>
  • Go to the cell containing "2" (third and last row and last column of the table)
  • Press NVDA+control+1 to jumpt to first column.

Actual behaviour

Review cursor jumps to cell containing "@": second row and first column

Expected behaviour

Review cursor jumps to cell containing "0": third and last row and first column

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant