JAWS-test
JAWS-test
I tested the original code with JAWS 2022 and 2021 and found the following: * JAWS 2022: The problem does not occur (not in Firefox, Chrome, Edge). * JAWS 2021:...
I don't think this is a JAWS error, but the combo box is implemented incorrectly. So the label and the clear button are inside the combo box. This leads to...
The problem also occurs when I explicitly select in the JAWS Settings Center under "Speech and Sounds Schemes" that deleted or strikethrough text should be read with a hint or...
in Chrome with JAWS two (minor) problems also occur in the first example: * the column 5 is output as column 2 (for the last 3 rows containing only the...
@aardrian I only added that because you wrote: > This problem does not occur in NVDA/Firefox nor JAWS/Chrome.
This is a bug of the Microsoft table. The error is that the second row is marked with aria-rowindex=1 and not with aria-rowindex=2. That is why it is skipped. If...
JAWS skips certain rows, e.g. with the same aria-rowindex or with aria-rowindex larger than the largest implicit rowindex. I.e. JAWS does not output certain rows. This does seem to be...
I suspect that this is not really a bug of JAWS, but an implementation problem in your example: an element with role=combobox should not contain buttons. A combobox is an...
I recommend to clarify on the one hand at https://github.com/w3c/aria/issues which child elements a combobox may contain and on the other hand to ask at https://github.com/w3c/aria-practices/issues how a multiselect combobox...
I can confirm the error. However, it only occurs with JAWS 2019 and not with JAWS 2020 or newer version. With JAWS 2019, not only the label is not output,...