-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Don't fire input event for radio buttons or checkboxes #601
Comments
(Should probably test all input types to get a bigger picture.) |
See the Notes (and bugs linked therein) of http://caniuse.com/#feat=input-event To be clear, the currently-spec'd behavior of |
To summarize:
|
Thank you for the summary and the links! Very helpful! |
@zcorpan So what's the next step here? |
I think we should leave the spec as is and hope browsers implement Next step is probably to cc someone who could fix the bug for each bug. I can do that for Chromium. |
@miketaylr @RByers some of the above may exhibit itself as webcompat issues. ^^ |
Thanks @annevk. I haven't found any yet, but this Gecko bug feels related: events fired on |
@annevk, thanks. My team is working on |
From web-platform-tests/wpt#2539
Tests:
radio button http://software.hixie.ch/utilities/js/live-dom-viewer/saved/3859
checkbox http://software.hixie.ch/utilities/js/live-dom-viewer/saved/3860
It seems Chromium/WebKit/Gecko don't fire
input
event. (Note that "input 1" does not appear in the log.) Haven't tested Edge.cc @cvrebert
The text was updated successfully, but these errors were encountered: