-
Bug
-
Resolution: Fixed
-
Low
-
4.22.2
-
Severity 3 - Minor
-
Issue Summary
The element "Assets object field" appears and functions like a Combobox but is missing the required ARIA role(s) and/or attribute(s).
Steps to Reproduce
- Launch the URL
- In the Portal select any service request such as (Get IT help, Desktop/Laptop support, Request new software, etc.)
- Keeping the screen reader on navigate to the "Assets object field" Combobox.
Actual Results
- users are not aware that it is a combobox hence role=“combobox” is suggested in expected results.
- In VoicerOver the label of input “Assets object field (optional)” is not announcing when input is focused
- In NVDA the currently selected option is not announced.
Expected Results
- Provide role="combobox" to the <input> field.
- The label "Assets object field (optional)” should be announced by the screen reader.
- Currently selected option should be announced by the screen reader.
A working example for accessible Autocomplete Combobox could be found at: https://www.w3.org/TR/wai-aria-practices-1.2/examples/combobox/combobox-autocomplete-list.html
Screenshot
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- resolves
-
JSDSERVER-11439 Raise a Request : "Affected server" Combobox is missing appropriate roles and/or attributes.
- Closed