[Webkit-unassigned] [Bug 149398] <input> of type=checkbox, radio, file doesn't fire `input` events

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 5 05:57:35 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=149398

--- Comment #9 from m.kurz+webkitbugs at irregular.at ---
More specific details on the fixes:

Starting with Safari 12.1 the radio inputs and checkbox inputs fire “click”, “input”, and “change” events in order when clicked.
See
https://bugs.webkit.org/show_bug.cgi?id=190223
https://trac.webkit.org/changeset/236779/webkit
https://webkit.org/blog/8419/release-notes-for-safari-technology-preview-67/
-> "Fixed radio inputs and checkbox inputs to fire “click”, “input”, and “change” events in order when clicked"
Preview 67 was mentioned in the 12.1 blog post here (see bottom): https://webkit.org/blog/8718/new-webkit-features-in-safari-12-1/

Starting with Safari 13.1 finally the file input fires an input event before the change event:
https://bugs.webkit.org/show_bug.cgi?id=204292
https://trac.webkit.org/changeset/252768/webkit
https://webkit.org/blog/9672/release-notes-for-safari-technology-preview-97/
-> "Changed the file input to fire an input event before the change event"
Preview 97 was mentioned in the 13.1 blog post here (see bottom):
https://webkit.org/blog/10247/new-webkit-features-in-safari-13-1/

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200505/b3dd3de1/attachment.htm>


More information about the webkit-unassigned mailing list