Clicking Arrow Sets Focus to Body
Open
- Dominant language
- JavaScript
- Stars
- 51
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.