dequelabs / combobo

Accessible combobox
https://dequelabs.github.io/combobo/demo/
MIT License
48 stars 13 forks source link

Clicking Arrow Sets Focus to Body #26

Open AutoSponge opened 5 years ago

AutoSponge commented 5 years ago

When clicking the arrow to open the select menu (multi-select example), the activeElement becomes body. Switching to keyboard and using arrow keys scrolls the page but (depending on the mouse placement) can appear to be iterating selecting options (hover style looks the same). However, because focus is on body, enter does not mark the option selected.