GNOME Bugzilla – Bug 511111
[Win32] Modal dialogs should affect the entire application, not just transient chains
Last modified: 2008-02-05 17:12:36 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.
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)