nvda icon indicating copy to clipboard operation
nvda copied to clipboard

NVDA narrate table title(aria-label) twice

Open kolaps33 opened this issue 4 years ago • 9 comments

Steps to reproduce:

1.Navigate to the example page: https://jsfiddle.net/kolaps33/1v34xwp6/15/ Example was done based on the aria example: https://www.w3.org/TR/wai-aria-practices/examples/table/table.html only labeling table was slightly changed. 2. set focus on button : "test button to set focus into page" 3. ensure NVDA is in browse mode 4. press "t" key to navigate into the table

Actual behavior:

NVDA narrate: """" students table with 5 rows and 4 columns students """"

Expected behavior:

NVDA should narrate: """" students table with 5 rows and 4 columns """"

I think, there should not be again repeating aria-label of the table.

System configuration

NVDA installed/portable/running from source:

installed

NVDA version:

2019.2.1

Windows version:

Windows 10 Enterprise, version 1909

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

Tested and reproducible with both Chrome and Firefox.

Other information about your system:

Other questions

Does the issue still occur after restarting your PC?

yes, issue is repro constantly

Have you tried any other versions of NVDA? If so, please report their behaviors.

No, haven't try.

kolaps33 avatar Nov 26 '19 10:11 kolaps33