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 514643 - Hiding a modal window still causes its parents to be blocked
Hiding a modal window still causes its parents to be blocked
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Backend: Win32
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Cody Russell
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2008-02-05 23:43 UTC by Cody Russell
Modified: 2008-02-05 23:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (628 bytes, patch)
2008-02-05 23:44 UTC, Cody Russell
committed Details | Review

Description Cody Russell 2008-02-05 23:43:03 UTC
If you hide a modal window, it will still block others using the latest modal stuff.
Comment 1 Cody Russell 2008-02-05 23:44:17 UTC
Created attachment 104527 [details] [review]
Proposed patch
Comment 2 Cody Russell 2008-02-05 23:48:09 UTC
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)