[Wayland-bugs] [Bug 738403] dnd: non-text dnd

gtk+ (bugzilla.gnome.org) bugzilla at gnome.org
Wed Oct 15 13:02:24 PDT 2014


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

Carlos Garnacho <carlosg> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |carlosg at gnome.org

--- Comment #1 from Carlos Garnacho <carlosg at gnome.org> 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.


More information about the wayland-bugs mailing list