Open haze9greg opened 2 years ago
@haze0028 I am getting a timeout on https://uxdc.pages.cloud.statcan.ca/daaas/daaas-prototypes/#/vetting-app/request-researcher
@haze0028 I am getting a timeout on https://uxdc.pages.cloud.statcan.ca/daaas/daaas-prototypes/#/vetting-app/request-researcher
@stevefaulkner I've updated the link. It should work now.
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 no output at all when reading with the virtual cursor. I recommend a implementation according to https://w3c.github.io/aria-practices/#combobox
I don't think this is a JAWS error, but the combo box is implemented incorrectly
While NVDA seems to handle this ok, I agree that the issue is with the incorrect use of role=combobox
which should be on the text box
<textarea aria-invalid="false" autocomplete="off" id="request-folder-path" required="" class="MuiOutlinedInput-input MuiInputBase-input MuiInputBase-inputMultiline MuiInputBase-inputAdornedEnd MuiAutocomplete-input MuiAutocomplete-inputFocused css-v59wfm" aria-autocomplete="list" autocapitalize="none" spellcheck="false" style="height: 20px; overflow: hidden;">Project folder / Shared folder / Request folder three</textarea>
Summary
Expected result
Actual result
Examples
Without JAWS
With JAWS