[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:19:44 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=201632
--- Comment #5 from Fujii Hironori <Hironori.Fujii at sony.com> ---
In GTK port, WebEvent::KeyDown are converted to keydown and keypress DOM events.
And, keypress event are comsumed in WebEditorClient::handleKeyboardEvent.
Then, WebPage::performDefaultBehaviorForKeyEvent is not called because it is consumed.
--
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/01f52b0a/attachment.html>
More information about the webkit-unassigned
mailing list