GNOME Bugzilla – Bug 169116
problem on moving a GtkMozEmbed to/from a GtkHPaned
Last modified: 2013-08-14 01:24:03 UTC
Steps to reproduce: 0) Compile & run the attached testcase (instructions in comment at the top) 1) Wait a few seconds until the embed shows the GNOME homepage 2) Click the button, which will move the embed into the paned Expected results: The embed is visible. Actual results: The embed is hidden. If I gtk_widget_hide/gtk_widget_show the embed after moving it, it's visible again. A _show alone does NOT work. I have confirmation that the testcase works as expected in gtk+ 2.6.2; it is broken in 2.6.4 and gtk-2-6 branch.
Created attachment 38211 [details] testcase.c
*** Bug 172872 has been marked as a duplicate of this bug. ***
I really would suggest that you debug this yourself ... it's pretty unlikely the GTK+ team is going to look into this, because of the gtkmozembed dependency.