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: prevent selecting on mouseup outside the radio-button #230

Merged
merged 2 commits into from
Nov 15, 2023

Conversation

web-padawan
Copy link
Member

Description

Fixes vaadin/web-components#442

Added logic to ensure mouseup event fired outside the vaadin-radio-button element doesn't make it selected.
This is needed because of the way how Polymer downup gesture is implemented, especially trackDocument().

Type of change

  • Bugfix

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.

vaadin-radio-button can be slected/checked accidentally
3 participants