After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 169116 - problem on moving a GtkMozEmbed to/from a GtkHPaned
problem on moving a GtkMozEmbed to/from a GtkHPaned
Status: RESOLVED WONTFIX
Product: gtk+
Classification: Platform
Component: Widget: Other
2.6.x
Other Linux
: Normal normal
: Need diagnosis
Assigned To: gtk-bugs
gtk-bugs
: 172872 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-03-03 17:57 UTC by Christian Persch
Modified: 2013-08-14 01:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
testcase.c (1.43 KB, text/plain)
2005-03-03 17:57 UTC, Christian Persch
Details

Description Christian Persch 2005-03-03 17:57:23 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.
Comment 1 Christian Persch 2005-03-03 17:57:51 UTC
Created attachment 38211 [details]
testcase.c
Comment 2 Christian Persch 2005-06-18 22:26:05 UTC
*** Bug 172872 has been marked as a duplicate of this bug. ***
Comment 3 Owen Taylor 2005-07-13 15:39:32 UTC
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.