[Wayland-bugs] [Bug 745463] Search suggestions are not shown in Clocks / Weather
gtk+ (GNOME Bugzilla)
bugzilla at gnome.org
Mon Mar 9 07:24:40 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=745463
--- Comment #5 from Carlos Garnacho <carlosg at gnome.org> ---
Created attachment 298883
--> https://bugzilla.gnome.org/attachment.cgi?id=298883&action=edit
entrycompletion: Ensure transient_for is set before showing window
gtk_entry_set_completion() (and _gtk_entry_completion_connect underneath)
may happen when the entry has no toplevel yet. This window acts as the
"parent" for subsurface windows on wayland, and is indispensable to create
its backing wl_subsurface, so this resulted in non-visible popups there.
Fix this by ensuring transient_for is set before showing the popup.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/wayland-bugs/attachments/20150309/569bb31f/attachment.html>
More information about the wayland-bugs
mailing list