<html>
<head>
<base href="https://bugzilla.gnome.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Can't paste text copied in from QT5 Wayland clients"
href="https://bugzilla.gnome.org/show_bug.cgi?id=768887#c9">Comment # 9</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Can't paste text copied in from QT5 Wayland clients"
href="https://bugzilla.gnome.org/show_bug.cgi?id=768887">bug 768887</a>
from <span class="vcard"><a href="page.cgi?id=describeuser.html&login=carlosg%40gnome.org" title="Carlos Garnacho <carlosg@gnome.org>"> <span class="fn">Carlos Garnacho</span></a>
</span></b>
<pre>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 :).</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>