Browser: IE (deprecated)Package: selectType: bughelp wanted
Repository metrics
- Stars
- (20,263 stars)
- PR merge metrics
- (Avg merge 43d 10h) (27 merged PRs in 30d)
Description
Environment
- Package version(s): 3.9.0
- Browser and OS versions: IE11 (11.950.17134.0) / Edge (42.17134.1.0 & EdgeHTML 17.17134)
Steps to reproduce
- Go to https://blueprintjs.com/docs/#select/suggest
- Use tab key to focus on Suggest input
- Press tab again, and the focus will be on the blueprint logo instead of the nearest element (on Chrome, the focus will be on the "Close on select" toggle
Actual behavior
Once focused on the Suggest input, when pressing tab, the focus will be on the blueprint logo.
(In my case, something similar happens where the top element will be focused on rather than the next input.)
Expected behavior
Upon pressing tab, the focus will be on the nearest element (the "Close on select" toggle in this particular example).
(In my case, the next focus would be on the nearest input).