GNOME Bugzilla – Bug 107319
Main application window set to bottom of Z order when Servers Dialog closed
Last modified: 2007-01-08 03:18:25 UTC
After adding a new server, closing the Servers dialog causes the main application window to move to the bottom of the Z Order (behind all other apps). Steps to reproduce: First, make sure you have several application windows open, and behind Pan. 1) Open Servers Dialog 2) Click Add, then click cancel 3) Close the Servers dialog, Pan then moves behind all other apps.
For the gtk team: the dialog in question is created with gtk_dialog_new_with_buttons (_("Pan: Servers"), parent, GTK_DIALOG_DESTROY_WITH_PARENT, GTK_STOCK_CLOSE, GTK_RESPONSE_OK, NULL); and destroyed with gtk_widget_destroy().
Reassigning to the owner of the gtk win32 component
*** Bug 112404 has been marked as a duplicate of this bug. ***
*** Bug 155922 has been marked as a duplicate of this bug. ***
*** This bug has been marked as a duplicate of 112404 ***