GNOME Bugzilla – Bug 514643
Hiding a modal window still causes its parents to be blocked
Last modified: 2008-02-05 23:48:09 UTC
If you hide a modal window, it will still block others using the latest modal stuff.
Created attachment 104527 [details] [review] Proposed patch
2008-02-05 Cody Russell <bratsche@gnome.org> * gdk/win32/gdkwindow-win32.c (_gdk_modal_current): Walk down the stack until we get to a window that is mapped. Otherwise hiding a window will cause all windows in the app to be blocked. (#514643)