[Wayland-bugs] [Bug 761156] [Wayland] Setting a popover 'relative_to' a widget on an offscreen window crashes gtk+

gtk+ (GNOME Bugzilla) bugzilla at gnome.org
Sat Feb 27 16:00:49 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=761156

--- Comment #5 from Jonas Ã…dahl <jadahl at gmail.com> ---
Created attachment 322536
  --> https://bugzilla.gnome.org/attachment.cgi?id=322536&action=edit
GtkWindow: Don't realize popover if added to offscreen window

Don't try to realize a popover widget if it was added to an offscreen
window. Doing so would cause the popover GdkWindow to be set transient
to the offscreen GdkWindow, when running the Wayland backend, which is
invalid. Instead wait until the popover is added to a onscreen window
before realizing it.

-- 
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/20160227/e801ea6e/attachment.html>


More information about the wayland-bugs mailing list