FreedomScientific / standards-support

Contains documentation for Vispero software support of Web standards
https://freedomscientific.github.io/standards-support/
GNU General Public License v3.0
109 stars 11 forks source link

Disabled button #698

Open Efury1 opened 1 year ago

Efury1 commented 1 year ago

Summary

When using aria-disabled JAWs still reads out "Press enter to apply".

Expected result

When the button has a label of aria-disabled="true" JAWs shouldn't tell user that enter is an option.

Actual result

When a user tabs onto a aria-disabled button JAWS still tells them "Press enter to apply"

Additional Information

JAWS version and build number

version 2023.2212.23

Operating System and version

Windows 11

Browser and version:

Chrome

stevefaulkner commented 1 year ago

test case pen https://codepen.io/stevef/pen/dyQGzPB debug view https://cdpn.io/pen/debug/dyQGzPB

<button aria-disabled="true">test</button>

using version JAWS 2023.2303.144 and chrome Version 114.0.5735.110 (Official Build) (64-bit) / Firefox 114.0b8 (64-bit)

BrettLewisVispero commented 1 year ago

Imported into ADO as bug 17967

anevins12 commented 3 months ago

Present on JAWS 2021 as well