palantir/blueprint
Vedi su GitHubMultiSelect and MultiSelect2 interrupts a11y focus order
Open
#5457 aperta il 21 lug 2022
Browser: SafariP3Type: bughelp wanted
Metriche repository
- Star
- (20.263 star)
- Metriche merge PR
- (Merge medio 43g 10h) (27 PR mergiate in 30 g)
Descrizione
Environment
- Package version(s):
@blueprintjs/core ^4.6.1,@blueprintjs/select: ^4.5.0 - Operating System: macOS Monterey Version 12.4
- Browser name and version: Safari Version 15.5 (17613.2.7.1.8)
Code Sandbox
Link to a minimal repro (fork this code sandbox): https://blueprintjs.com/docs/#select/multi-select2 https://blueprintjs.com/docs/#select/select2
Steps to reproduce
- Set focus on the example MultiSelect2 component container div via mouse click
- Cycle through page elements via tab key
Actual behavior
Focus gets reset to the page's first focusable element.

Expected behavior
The next focusable element within the DOM hierarchy should be focused as in the Select2 component.
