Search and Top Navigation
#15091 open bug ()
Opened November 02, 2016 02:38PM UTC
Last modified May 03, 2017 01:01PM UTC
selectmenu should probably not be a combobox
Reported by: | mfairchild365 | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.selectmenu | Version: | 1.12.1 |
Keywords: | accessibility | Cc: | |
Blocked by: | Blocking: |
Description
My understanding of the selectmenu widget is that it exists to replace the default select form control as provided by browsers. However, jQuery UI is giving it a role="combobox", which according to the aria specification means that it MUST contain a textbox to allow searching the items in the selectmenu (see autocomplete). This could understandably lead to issues with screen readers and might even explain https://bugs.jqueryui.com/ticket/10407
See the selectmenu demo for an example: https://jqueryui.com/selectmenu/
See
We should probably be using
listbox
.