Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: avoid manual blur in Dropdown, MultiSelect to allow keyboard navigation in Firefox #2084

Merged
merged 2 commits into from
Jan 20, 2025

Conversation

metonym
Copy link
Collaborator

@metonym metonym commented Jan 19, 2025

Fixes #2083

There's a bug in Firefox where the focus is trapped inside the Dropdown button and MultiSelect field. I was able to repro with the latest FF version 134.0.1 (64-bit).

From my research, the symptoms seem similar to this bug report (although the report itself is over a decade old, and has reportedly been fixed).

This removes the unnecessary manual blur in the "Tab" events. I've also tested Chrome, Safari, and the behavior is consistent.

@metonym metonym force-pushed the fix-custom-select-blur branch from 12a9d11 to 0130397 Compare January 20, 2025 01:08
@metonym metonym merged commit 153a28e into master Jan 20, 2025
3 checks passed
@metonym metonym deleted the fix-custom-select-blur branch January 20, 2025 01:11
@metonym
Copy link
Collaborator Author

metonym commented Jan 20, 2025

Released in v0.87.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Accessibility issue on Firefox: Can not tab out of Dropdown
1 participant