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 511111 - [Win32] Modal dialogs should affect the entire application, not just transient chains
[Win32] Modal dialogs should affect the entire application, not just transien...
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Backend: Win32
unspecified
Other Windows
: Normal normal
: ---
Assigned To: gtk-win32 maintainers
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2008-01-21 20:03 UTC by Cody Russell
Modified: 2008-02-05 17:12 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Cody Russell 2008-01-21 20:03:49 UTC
If you have a chain of transient windows, A -> B -> C
And another chain of transient windows, X -> Y -> Z

And then you set Z to be modal, then you can still bring the A-B-C chain above Z.

I think the modal state should affect the entire application.
Comment 1 Cody Russell 2008-02-05 17:12:12 UTC
2008-02-05  Cody Russell  <bratsche@gnome.org>

        * gdk/win32/gdkprivate-win32.h
        * gdk/win32/gdkevents-win32.c
        * gdk/win32/gdkwindow-win32.c
        * gdk/win32/gdkwindow-win32.h
        * gdk/win32/gdkwin32.h:
        Modal window rework.  (#455627 and #511111)