cloudbearings / ez-access-web

Automatically exported from code.google.com/p/ez-access-web
0 stars 0 forks source link

Bug reading <a> with aria-role=button #60

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. On page: http://harding.ae/train/2.php (or any demo page)
2. Navigate to the Cancel button

What is the expected output? What do you see instead?
The system reads "button" when it should read "Cancel button"

Please use labels and text to provide additional information.
My guess is that this is because the cancel button is a link that has its 
aria-role=button, and we aren't building the name properly for this case in 
getName()

Original issue reported on code.google.com by jbjor...@gmail.com on 13 Aug 2013 at 9:22

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r243.

Original comment by aeharding on 14 Aug 2013 at 7:49