Browser: IE (deprecated)Package: selectType: bughelp wanted
仓库指标
- Star
- (20,263 star)
- PR 合并指标
- (平均合并 43天 10小时) (30 天内合并 27 个 PR)
描述
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).