Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Make sure :active is removed on keyup for radios.
When the radio input is checked, we need to make sure that the active flag is set to false on keyup in order to to prevent the radio from being stuck in the active state. This is an import of Chromium CL at https://chromium-review.googlesource.com/c/chromium/src/+/2466297 https://bugs.webkit.org/show_bug.cgi?id=235530 Reviewed by Chris Dumez. * LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/radio-double-activate-pseudo-expected.txt: * Source/WebCore/html/RadioInputType.cpp: (WebCore::RadioInputType::handleKeyupEvent): Canonical link: https://commits.webkit.org/250734@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@294475 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information