[Webkit-unassigned] [Bug 141537] REGRESSION: Should not send wheel events with a delta of 0

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 12 15:05:38 PST 2015


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

Simon Fraser (smfr) <simon.fraser at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #246478|review?                     |review+
              Flags|                            |

--- Comment #2 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Comment on attachment 246478
  --> https://bugs.webkit.org/attachment.cgi?id=246478
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=246478&action=review

> Source/WebCore/dom/Element.cpp:282
> +    if (!(event.deltaX() || event.deltaY()))

This would be clearer as if (!deltaX && !deltaY()) I think.

-- 
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/20150212/194dfd7c/attachment-0002.html>


More information about the webkit-unassigned mailing list