[Wayland-bugs] [Bug 768887] Can't paste text copied in from QT5 Wayland clients
mutter (GNOME Bugzilla)
bugzilla at gnome.org
Thu Nov 2 18:49:18 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=768887
--- Comment #9 from Carlos Garnacho <carlosg at gnome.org> ---
I just noticed thought that the original bug description said "paste". c&p
seemed to work here at first glance, on a closer look it seems what is broken
is pasting through the context menu.
Apparently QT5 does always issue wl_data_offer_destroy() on wl_keyboard.leave
(Despite the keyboard focus immediately going to the popup). Probably the
wl_data_device.selection docs stating:
The data_offer is valid until a new data_offer or NULL is received
or until the client loses keyboard focus. The client must
destroy the previous selection data_offer, if any, upon receiving
this event.
Must have mistaken them into thinking it's ok to destroy the offer on
wl_keyboard.leave. So it seems now we have 2 bugs to file :).
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/wayland-bugs/attachments/20171102/09e3c2fb/attachment-0001.html>
More information about the wayland-bugs
mailing list