msftedad / Azure-Toolkit-for-Eclipse

0 stars 0 forks source link

NVDA is reading the "Your Subscription" table as list. #3

Open msftedad opened 1 year ago

msftedad commented 1 year ago

NVDA is announcing the table as "list". When we traverse through the table, each cell is announced with its associated header column name, Row number etc. just like in tables. But defined using list.

Test Environment: Windows 11 Enterprise Version: NVDA (Version 2023.1), JAWS

Pre-requisites Download JDK (version 17+) from Java Archive Downloads - Java SE 17 (oracle.com)

Repro steps:

  1. Download "eclipse-accessibility-validation-1.0-SNAPSHOT-jar-with-dependencies.jar" provided in the attachments.
  2. Make sure to install JDK (17+) before running above .jar file.
  3. Turn on NVDA.
  4. Check the behavior of NVDA while navigating through the table.

Actual Behavior: NVDA is announcing the table as "list". When we traverse through the table each cell is announced with its associated header column name, Row number etc. just like in tables. But defined using list.

Expected Behavior: It should be announced as only as Table by Screen Reader.

Attachments

eclipse-accessibility-validation-1.0-SNAPSHOT-jar-with-dependencies-1.zip

https://github.com/msftedad/Azure-Toolkit-for-Eclipse/assets/93735775/69ea4a23-562b-41d6-b129-5b7a91ccf982

msftedad commented 9 months ago

Hi team, Any update on this issue?