https://bugzilla.gnome.org/show_bug.cgi?id=738403
  gtk+ | Backend: Wayland | unspecified

Carlos Garnacho <carlosg> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Carlos Garnacho <[email protected]> 2014-10-15 20:02:20 UTC 
---
I couldn't reproduce at first, but after some trying I realized this may happen
if the drag dest got previously tricked into an inconsistent state after a
failed drag somewhere. Currently on wayland there's no "drag finished"
notification, which makes the gdk grab survive the DnD operation in these cases
we can't tell there's been an end to it. The next click triggers the ungrab.

So, either wl_data_device grows a notification for these cases, or we avoid
doing the gdk grab on wayland, and anything else that might need undoing on the
button release we never get on that backend.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
wayland-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/wayland-bugs

Reply via email to