-
-
Notifications
You must be signed in to change notification settings - Fork 641
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
Focus mode skips over link after following button #12937
Comments
Added to the 2021.3 milestone so that we can confirm this is a new regression, and see if there is an easy fix in time for 2021.3. |
Could you confirm the browser and browser version you are using? |
I've added a codepen sample. I can't reproduce this issue by:
I tried using |
It would be good to get to the bottom of this, however the impact isn't high enough (and unlikely to be a regression) to block 2021.3 |
With the updated code pen link, this may be reproducible. However the initial description is not clear, @GeraldJ4 can you please confirm? Copying from the speechviewer with:
Steps:
Actual: Expected: |
This is not reproducible with NVDA 2024.4.1, Firefox 132 or Chromium canary 133. Closing as works for me. If you are still having this issue, please provide a minimal test case and we can reopen. |
Steps to reproduce:
When using down arrow in focus mode, focus skips over link, and stays on input when an input comes before it.
Notice when using the up arrow, Change Activity Display name button gains focus.
html setup:
<input type='text' /> <a> A link </a> <span> Example </span>
Code pen example: https://codepen.io/seanbudd/pen/MWvaLgx, https://cdpn.io/seanbudd/fullpage/MWvaLgx
Actual behavior:
Link doesn't gain focus when navigating using down arrow, and an input comes before it.
Expected behavior:
Link should gain focus.
System configuration
NVDA installed/portable/running from source: installed
NVDA version: 2021.2
Windows version: 10
Name and version of other software in use when reproducing the issue:
Other information about your system:
Other questions
Does the issue still occur after restarting your computer?
Yes
Have you tried any other versions of NVDA? If so, please report their behaviors.
No
If NVDA add-ons are disabled, is your problem still occurring?
Yes
Does the issue still occur after you run the COM Registration Fixing Tool in NVDA's tools menu?
The text was updated successfully, but these errors were encountered: