[Webkit-unassigned] [Bug 201632] [Win][WK2] Pressing space key on text input form scrolls the page
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Sep 10 23:15:43 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=201632
--- Comment #4 from Fujii Hironori <Hironori.Fujii at sony.com> ---
In Windows, key events are mapped as following:
WM_KEYDOWN → WebEvent::RawKeyDown
WM_KEYUP → WebEvent::KeyUp
WM_CHAR → WebEvent::Char
On the other hand, other ports are using only two types:
WebEvent::KeyDown
WebEvent::KeyUp
--
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/20190911/0cc41545/attachment.html>
More information about the webkit-unassigned
mailing list