FreedomScientific / standards-support

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

JAWS ignores/handles wrong aria-readonly=”true” with the roles combobox and listbox #804

Open havvamehfooz opened 5 months ago

havvamehfooz commented 5 months ago

Summary

1.role="combobox" assigned to DIV with aria-readonly=”true”. -Bug: State ignored completely. Jaws announces role along with “To change the selection use the arrow keys”. -Correct Behaviour: Announcing state as read only. No announcement of tutor. 2.role="combobox" assigned to INPUT with aria-readonly=”true -Bug: JAWS announces state correctly but along with “To change the selection use the arrow keys”. -Correct Bahaviour: No tutor text. 3.role="listbox" assigned to DIV with aria-readonly=”true -Bug: State ignored completely. Jaws announces role along with “To move to an item use the arrow keys”. -Correct behaviour: Announcing state as read only. No announcement of tutor. 4.role="listbox" assigned to INPUT with aria-readonly=”true -Bug: State ignored completely. Jaws announces role along with “To move to an item use the arrow keys”. -Correct behaviour: Announcing state as read only. No announcement of tutor.

**Additional [Information] Tested Browsers: •MS Edge Version 120.0.2210.61 (Official build) (64-bit) •Google Chrome Version 119.0.6045.200 (Official Build) (64-bit) •Fire Fox 120.0.1 (64-bit)

JAWS: 2023.2212.23

OS: Edition Windows 11 Enterprise Version 22H2 Installed on ‎19/‎01/‎2023 OS build 22621.2715 Experience Windows Feature Experience Pack 1000.22677.1000.0

JAWS-test commented 5 months ago

Related: https://github.com/FreedomScientific/standards-support/issues/592 and https://github.com/FreedomScientific/standards-support/issues/509