Select-Only Combobox Example - listbox closes when clicking on scrollbar #2719
Labels
bug
Code defects; not for inaccurate prose
Example Page
Related to a page containing an example implementation of a pattern
Feedback
Issue raised by or for collecting input from people outside APG task force
Milestone
The following example https://www.w3.org/WAI/ARIA/apg/patterns/combobox/examples/combobox-select-only/
When the select only combo box is open/expanded, and you attempt to click on the scrollbar, it causes the listbox to close preventing the user from scrolling with mouse to see more options.
It looks like this is to do with the blur event handler "this.comboEl.addEventListener('blur', this.onComboBlur.bind(this))". When combobox loses focus, it closes the listbox which is fine in every case except when attempting to scroll by dragging the scroll bar with a mouse.
This "Editable Combobox With List Autocomplete Example" is actually working correctly and allows scrolling with mouse.
The text was updated successfully, but these errors were encountered: