palantir/blueprint

Tab navigation not working with Suggest

Open

#3,945 opened on Jan 28, 2020

View on GitHub
 (2 comments) (0 reactions) (0 assignees)TypeScript (20,263 stars) (2,167 forks)batch import
Browser: IE (deprecated)Package: selectType: bughelp wanted

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

  1. Go to https://blueprintjs.com/docs/#select/suggest
  2. Use tab key to focus on Suggest input
  3. 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).

Contributor guide