[Webkit-unassigned] [Bug 191481] REGRESSION(r223264): [GTK] Unable to drag documents on Google Drive

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 11 08:49:45 PST 2018


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

--- Comment #3 from Michael Catanzaro <mcatanzaro at igalia.com> ---
Hm, looks like WebEventFactory::createWebMouseEvent in Source/WebKit/Shared/gtk/WebEventFactory.cpp is already passing the pressed mouse buttons into the WebMouseEvent constructor. So that looks fine.

The PlatformMouseEvent constructors are not doing so. I'm attaching a patch to fix these constructors as a starting point, but it's not enough to fix Google Drive. Further investigation will be required as to why it's still not working.

-- 
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/20181111/d3ccf96c/attachment.html>


More information about the webkit-unassigned mailing list