[Webkit-unassigned] [Bug 32840] drag gesture can cause WebKitGTK to take mouse grab indefinitely

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 6 00:23:30 PDT 2010


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





--- Comment #6 from Gauvain Pocentek <gpocentek at linutop.com>  2010-05-06 00:23:30 PST ---
Hi,

The bug is still present in webkit 1.2.0.

I've seen this on a slow machine, and the problem appears on all the system DND
(not the JS ones). If the release event is received before the drag icon (the
one that follows the cursor) is realized, then the lock happens.

If I understand the code correctly, a workaround is implemented in firefox for
this. It uses a GtkInvisible that is realized immediatly after creation, and
dnd events are tracked on this widget (nsDragService constructor in
widget/src/gtk2/nsDragService.cpp).

HTH.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list