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

aria-description read before accessible name in browse mode #14559

Open
WestonThayer opened this issue Jan 17, 2023 · 2 comments
Open

aria-description read before accessible name in browse mode #14559

WestonThayer opened this issue Jan 17, 2023 · 2 comments
Labels
p5 https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priority triaged Has been triaged, issue is waiting for implementation.

Comments

@WestonThayer
Copy link

Given a web page containing HTML like:

<button aria-description="example description">Submit</button>

NVDA announces the element's description before it's name, but only in browse mode. In focus mode, the name is read before the description.

Steps to reproduce:

  1. Open https://codepen.io/ckundo-the-styleful/pen/KKBXyGd and navigate the browse mode virtual cursor to the "Save" text below the "Submit" button
  2. Press the up arrow

Actual behavior:

up arrow
button    example description  Submit

Expected behavior:

up arrow
button  Submit  example description

NVDA logs, crash dumps and other attachments:

System configuration

NVDA installed/portable/running from source:

Installed.

NVDA version:

2022.4

Windows version:

Windows 10, but also reproduces in Windows 11, Windows Server 2022.

Name and version of other software in use when reproducing the issue:

Tested to reproduce with Chrome 108, 109, and Firefox 108.

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.

This reproduces all the way back to 2021.3.1. It does not reproduce in 2021.2.

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?

Did not try.

@WestonThayer
Copy link
Author

Seems similar to #12751.

@Adriani90
Copy link
Collaborator

It seems it works as expected when using quick navigation keys or when using tab in focus or browse mode. I tested in Firefox 109, Chrome and Edge 110.

Is there any reason why navigating with arrow keys does the oposite of quick navigation keys?

cc: @LeonarddeR, @jcsteh

@seanbudd seanbudd added p5 https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priority triaged Has been triaged, issue is waiting for implementation. labels Feb 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p5 https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priority triaged Has been triaged, issue is waiting for implementation.
Projects
None yet
Development

No branches or pull requests

3 participants