palantir/blueprint
View on GitHub[Select] Focus issue when changing from one select to another directly
Open
#5,129 opened on Feb 11, 2022
P2Package: selectType: bughelp wanted
Description
Environment
- Package version(s):
@blueprintjs/core 3.53.0 @blueprintjs/select 3.18.12 - Operating System: MacOS Monterey 12.1
- Browser name and version: Google Chrome 98.0.4758.80
Code Sandbox
Steps to reproduce
- Create 2 Select from
@blueprintjs/selectwith button as target child - Select a first Select
- Click on the second target button directly (don't click outside first then on button this behavious is ok, it happens only when you directly click on a target)
- Play with arrow to change active Item
Actual behavior
https://user-images.githubusercontent.com/9548473/153581747-8394dc16-d10a-4c3d-9ca0-f20e13711539.mov
Expected behavior
Correctly focus the second target button.