[Wayland-bugs] [Bug 784319] Sometimes tooltip_popup_timeout() in gtk/gtktooltip.c causes crash after closing a window
gtk+ (GNOME Bugzilla)
bugzilla at gnome.org
Mon Jul 10 08:27:04 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=784319
--- Comment #17 from Takuro Ashie <ashie at clear-code.com> ---
When the widget doesn't have its own GdkWindow (by not calling
gtk_widget_set_has_window), a GdkWindow is created & destroyed by GtkWidget
class:
https://git.gnome.org/browse/gtk+/tree/gtk/gtkwidget.c#n10594
But when the child class doesn't chain up the unrealize func, the above code
doesn't called so the window isn't destroyed.
I think it's firefox's fault.
I'll close this bug after I confirm it on my environment.
--
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/20170710/d7429d48/attachment.html>
More information about the wayland-bugs
mailing list