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

Prevent chrome from changing checkbox checked state when button or link located inside the label is clicked(closes #6949) #6950

Merged
merged 2 commits into from Mar 30, 2022

Conversation

Artem-Babich
Copy link
Contributor

@Artem-Babich Artem-Babich commented Mar 29, 2022

Purpose

Previously, we were forced to change the checked state of a checkbox when clicking on a label in the Chrome browser due to the following issue: #3348
As a result, the checked state changes even if the link or button inside the label is clicked(#6949). This behavior differs from the native behavior of the browser.

Approach

Add element tag checking.

References

#6949
#3348

@need-response-app need-response-app bot added the STATE: Need response An issue that requires a response or attention from the team. label Mar 29, 2022
@Artem-Babich Artem-Babich temporarily deployed to CI March 29, 2022 12:28 Inactive
@Artem-Babich Artem-Babich temporarily deployed to CI March 29, 2022 13:52 Inactive
@AlexKamaev AlexKamaev merged commit 36c3a8f into DevExpress:master Mar 30, 2022
@need-response-app need-response-app bot removed the STATE: Need response An issue that requires a response or attention from the team. label Mar 30, 2022
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.

None yet

2 participants