Opened 11 years ago
Closed 11 years ago
#9718 closed defect (fixed)
a11y: ComboBox does not show all items on down arrow
Reported by: | Douglas Hays | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | Accessibility | Version: | 1.3.2 |
Keywords: | a11y | Cc: | Becky Gibson, bill |
Blocked By: | Blocking: |
Description
When using a ComboBox? and there's no list of matching items shown, then typing the down arrow should show the whole list in case they don't have a mouse and can't click the down arrow button. The old AutoCompleter? widget did this but this particular feature was changed for unknown reasons during the rename to ComboBox?.
Note: See
TracTickets for help on using
tickets.
(In [19882]) Fixes #9718. If the popup list of matching items is not showing and an up/down arrow is pressed, then show the entire list.