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

Focus mode skips over link after following button #12937

Closed
GeraldJ4 opened this issue Oct 14, 2021 · 7 comments
Closed

Focus mode skips over link after following button #12937

GeraldJ4 opened this issue Oct 14, 2021 · 7 comments

Comments

@GeraldJ4
Copy link

GeraldJ4 commented Oct 14, 2021

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.
inputqquestion
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?

@seanbudd seanbudd added this to the 2021.3 milestone Oct 14, 2021
@seanbudd
Copy link
Member

seanbudd commented Oct 15, 2021

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.

@seanbudd
Copy link
Member

Could you confirm the browser and browser version you are using?

@seanbudd seanbudd self-assigned this Oct 15, 2021
@seanbudd
Copy link
Member

I've added a codepen sample. I can't reproduce this issue by:

  1. tabbing into the input field, then pressing the down arrow
  2. clicking into the input field, then pressing the down arrow

I tried using Chrome 94.0.4606.81 (Official Build) (64-bit) and Firefox 93.0 (64-bit)

@feerrenrut
Copy link
Contributor

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

@feerrenrut feerrenrut removed this from the 2021.3 milestone Oct 15, 2021
@GeraldJ4
Copy link
Author

GeraldJ4 commented Oct 15, 2021

Chrome Version 94.0.4606.81

For the code pen, I added display block to each element(should have included that).
Here's the example using the code pen (right click view in new tab for better quality):
onscreen

The focus element skips over A link when clicking the down arrow, but when hitting the up arrow, it stops on it. It is still read, but not given focus.

@seanbudd seanbudd added this to the 2022.1 milestone Oct 27, 2021
@seanbudd seanbudd removed this from the 2022.1 milestone Oct 27, 2021
@seanbudd seanbudd removed the triage label Feb 28, 2022
@seanbudd seanbudd removed their assignment Feb 28, 2022
@feerrenrut
Copy link
Contributor

feerrenrut commented Feb 28, 2022

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:

  • NVDA settings, browse mode, "Audio indication of focus and browse modes check box checked". So "focus mode" / "browse mode" shows in the speechviewer.
  • NVDA+4 used to turn "speak command keys on"
edit  blank
Focus mode
NVDA+space
Browse mode
down arrow
link    first link
down arrow
first example
tab
second link  link  

Steps:

  • Focus the text input, NVDA will automatically swap to focus mode with a "click" sound.
  • Press NVDA+space to swap to browse mode
  • press down arrow twice
  • press tab

Actual:
Speech: second link link

Expected:
What? I believe this is the expected behavior.

@Adriani90
Copy link
Collaborator

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.

@github-actions github-actions bot added this to the 2025.1 milestone Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants