You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JAWS 2021 is not reading aria-describedby element contents when attribute is added to role="dialog".
N.B. For convenience I have copied this from a previous issue #3 which described this problem occurring in JAWS 18. This was fixed in 2019 and 2020 but seems to have reappeared in 2021. The following description refers to the same codepen for testing (which is not therefore my own) and gives slightly different instructions that demonstrate the issue more clearly.
I'm having the opposite problem - I'm noticing Jaws only reading aria-describedby and ignoring aria-labelledby, including in the codepen you pasted above. "Dialog title" never gets read. Only the description.
If I remove the aria-labelledby, it reads the whole dialog contents once. If I replace aria-labelledby with aria-describedby and point it to the title id, it reads the title.
Running on Windows 10 (Parallels VM) / JAWS 2022.2202.38 ILM (Trial mode) / Microsoft Edge Version 100.0.1185.39 (Official build) (64-bit)
@greypants Strange that you have a different screen reader output. In my test environment it is still the case that with JAWS 2022 and Edge only the label is output and not the description
Summary
JAWS 2021 is not reading aria-describedby element contents when attribute is added to role="dialog".
N.B. For convenience I have copied this from a previous issue #3 which described this problem occurring in JAWS 18. This was fixed in 2019 and 2020 but seems to have reappeared in 2021. The following description refers to the same codepen for testing (which is not therefore my own) and gives slightly different instructions that demonstrate the issue more clearly.
Expected result
JAWS should announce dialog aria-labelledby and aria-describedby elements contents when dialog is shown
Actual result
JAWS does not announce the aria-describedby elements contents, only the aria-labelledby
Additional Information
JAWS version and build number
2021.2105.53 ILM
Operating System and version
Windows 10 Enterprise version 1803
Browser and version:
Google Chrome Version 91.0.4472.77 (Official Build) (64-bit)
The text was updated successfully, but these errors were encountered: