[Webkit-unassigned] [Bug 228155] macOS key-driven smooth scrolling does not work for spacebar
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 26 13:05:18 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=228155
Tim Horton <thorton at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #434226|review? |review-
Flags| |
--- Comment #4 from Tim Horton <thorton at apple.com> ---
Comment on attachment 434226
--> https://bugs.webkit.org/attachment.cgi?id=434226
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=434226&action=review
> Source/WebCore/platform/KeyboardScrollingAnimator.cpp:237
> - if (event.type() != eventNames().keydownEvent)
> + if (!(event.type() == eventNames().keydownEvent || event.type() == eventNames().keypressEvent))
Hmm, I'm not sure this is right. Are you not getting `keydown` for the spacebar? If not, you probably want to figure out who is eating it.
--
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/20210726/c736f1da/attachment-0001.htm>
More information about the webkit-unassigned
mailing list