[Webkit-unassigned] [Bug 278644] REGRESSION(281966 at main): [GTK] can't drag and drop files to a gitlab issue
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 27 08:43:34 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=278644
--- Comment #1 from Carlos Garcia Campos <cgarcia at igalia.com> ---
The problem is that WebPageProxy::performDragOperation() no longer sends the request to the web process immediately, but after sending a message to the network process. In GTK the leave notification is emitted right after the drop, so we end up sending the exit operation to the web process before the actual drop operation.
--
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/20240827/95bce5ab/attachment.htm>
More information about the webkit-unassigned
mailing list