[Webkit-unassigned] [Bug 143569] Add force property to MouseEvents

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 10 12:14:56 PDT 2015


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

--- Comment #11 from Tim Horton <thorton at apple.com> ---
Comment on attachment 250472
  --> https://bugs.webkit.org/attachment.cgi?id=250472
Patch

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

> Source/WebKit2/WebProcess/WebPage/WebPage.cpp:1092
> +    RefPtr<MouseEvent> mouseEvent = MouseEvent::create(eventNames().clickEvent, true, true, currentTime(), nullptr, singleClick, screenPoint.x(), screenPoint.y(), documentPoint.x(), documentPoint.y(), false, false, false, false, 0, nullptr, 0, nullptr);

Can we improve this? We discussed a zero-force constant to make these things better.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150410/959b2640/attachment.html>


More information about the webkit-unassigned mailing list