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 118435 - Window stays on top after unsetting modal
Window stays on top after unsetting modal
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Backend: Win32
2.2.x
Other Windows
: Normal normal
: ---
Assigned To: Tor Lillqvist
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2003-07-27 19:40 UTC by Manuel Op de Coul
Modified: 2011-02-04 16:12 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Manuel Op de Coul 2003-07-27 19:40:21 UTC
After doing set_modal(my_dialog, TRUE) and set_modal(my_dialog, FALSE)
the dialog stays on top of all other windows of the program and
even the whole desktop, other windows which are focussed cannot be
put on top anymore.
Comment 1 Tor Lillqvist 2003-08-07 22:27:47 UTC
Fixed in HEAD and gtk-2-2:

2003-08-04  Hans Breuer  <hans@breuer.org>

	* gdk/win32/gdkwindow-win32.c(gdk_window_set_modal_hint) :
	set HWND_NOTOPMOST for modal==FALSE, fixes bug #118435