nvaccess / nvda

NVDA, the free and open source Screen Reader for Microsoft Windows
Other
2.07k stars 624 forks source link

In Mozilla Firefox Browse Mode, NVDA repeats the level for every row in a tree grid #16885

Open LeonarddeR opened 1 month ago

LeonarddeR commented 1 month ago

Steps to reproduce:

  1. Open this: data:text/html, <table role="treegrid"><tr><td>hello 1</td></tr><tr><td>Hello 2</td></tr></table>
  2. Move through the table with up and down arrows.

Actual behavior:

NVDA announces level 1 for every row

Expected behavior:

NVDA should only announce the level when it changed compared to the previous level.

System configuration

NVDA installed/portable/running from source:

Installed

NVDA version:

alpha-32984 (2024.4 release cycle)

Windows version:

Windows 11 24H2

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

Firefox 128

Other information about your system:

With Edge, the issue does not occur, though there the level seems to be missing from the outline items accessibility info anyway.

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?

Yes

XLTechie commented 1 month ago

Whereas in Chromium, no level is ever announced.