[Webkit-unassigned] [Bug 244240] Mouse wheel behavior on <input type="number"> is changed by other elements with wheel event handler
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Sep 8 16:43:34 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=244240
Simon Fraser (smfr) <simon.fraser at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |simon.fraser at apple.com
--- Comment #3 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
This is happening because the <p> with the wheel event handler is creating an event region, so we send wheel events to the main thread.
What we should be doing is to add <input type="number"> to the wheel event region, like we do for <select>
--
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/20220908/2b925da0/attachment-0001.htm>
More information about the webkit-unassigned
mailing list