[Wayland-bugs] [Bug 91945] Protocol documentation should indicate when wl_data_offer::receive requests should be sent
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Sep 9 13:41:55 PDT 2015
https://bugs.freedesktop.org/show_bug.cgi?id=91945
Michael Catanzaro <mcatanzaro at gnome.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mcatanzaro at gnome.org
--- Comment #1 from Michael Catanzaro <mcatanzaro at gnome.org> ---
The Wayland protocol documentation does not indicate when
wl_data_offer::receive requests can be sent, nor when wl_data_source::send
events will be received. Some clients may assume that data may be sent only
once for a single MIME type during a DnD session (which GTK+ does to work
around bug #91944). Other clients may be prepared to handle multiple
simultaneous data transfers (when dl_data_offer::receive is called several
times in a row, perhaps in a loop), while yet others may be prepared to handle
multiple data transfers only if one is ongoing at a time.
The protocol should provide some indication of what well-behaved clients should
be expected to support.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/wayland-bugs/attachments/20150909/7f4013df/attachment.html>
More information about the wayland-bugs
mailing list