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: firefox dropdown close #993

Merged

Conversation

lee-chase
Copy link
Member

Chrome, Firefox and Safari deal with buttons differently. Chrome sets focus on click, Firefox and Safari do not. As a result, it is harder to manage the open state of a dropdown using focus alone. This PR switches to using click outside and tab monitoring instead of focusout.

@netlify
Copy link

netlify bot commented Aug 28, 2020

Deploy preview for carbon-components-vue ready!

Built with commit 59c5330

https://deploy-preview-993--carbon-components-vue.netlify.app

@lee-chase lee-chase merged commit 9ee8d9e into carbon-design-system:master Aug 28, 2020
@lee-chase lee-chase deleted the fixFirefoxDropdownClose branch August 28, 2020 12:27
@lee-chase lee-chase restored the fixFirefoxDropdownClose branch September 10, 2020 17:48
@lee-chase lee-chase deleted the fixFirefoxDropdownClose branch October 6, 2020 19:20
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.

1 participant