nvaccess / nvda

NVDA, the free and open source Screen Reader for Microsoft Windows
https://www.nvaccess.org/
Other
2.12k stars 638 forks source link

NVDA not announcing aria-selected=true attribute for the item #17373

Closed yashank676 closed 2 weeks ago

yashank676 commented 2 weeks ago

Steps to reproduce:

code pen

  1. open codepen
  2. click on or go to the rendered area in lower half of screen
  3. use tab to go inside the list items

Actual behavior:

NVDA is not announcing the aria-selected=true attribute for Dashboard list-item

Expected behavior:

NVDA should announce the selected attribute for the list-item

NVDA logs, crash dumps and other attachments:

System configuration

NVDA installed/portable/running from source:

NVDA version:

2024.4 (2024.4.0.34423)

Windows version:

Windows 11 (Version: 23H2) (OS build: 22631.4317)

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

Google Chrome, Version 129.0.6668.59 (Official Build)

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?

Does the issue still occur after you run the COM Registration Fixing Tool in NVDA's tools menu?

Adriani90 commented 2 weeks ago

In general NVDA announces when something is not selected as „not selected“ e.g. in a multi select list. But when something is selected, NVDA is only announcing the item without the word „selected“ which is consistent with all other places in Windows such as e.g. file explorer. So reporting „selected“ is redundant verbosity. Closing as wont fix.

yashank676 commented 2 weeks ago

in a multi select list if one of the item is selected and others are not selected then while navigating NVDA doesn't announce any state whether selected or not. Also, JAWS is announcing it as expected.. are you sure this is what NVDA is expecting? because i found a similar issue that is still open

Adriani90 commented 1 week ago

Ok this seems to impact the tree role only, this is a duplicate of #14352 and therefore it can stay closed.