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 513672 - Transient windows not minimized on "minimize all"
Transient windows not minimized on "minimize all"
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Backend: Win32
2.12.x
Other All
: Normal normal
: ---
Assigned To: gtk-win32 maintainers
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2008-02-01 12:19 UTC by Toralf Lund
Modified: 2008-02-04 08:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Test program (1.90 KB, text/plain)
2008-02-01 12:21 UTC, Toralf Lund
Details

Description Toralf Lund 2008-02-01 12:19:52 UTC
Please describe the problem:
When trying to minimize all windows on the Win32 desktop via "Minimize All", e.g. available via Windows-button+M, Gtk transient windows stay open - unlike when individual main windows are minimized using the minimize button.

Steps to reproduce:
1. Start the test application that will be attached shortly (after building it.)
2. Select File->About...
3. Click the minimize button.
4. Restore the windows
5. Press Windows+M


Actual results:
After step 3, both windows belonging to the test appliaction - "mywindow" and "aboutwindow", are minimized. On step 5, only the mainwindow is. "aboutwindow", which is transient for "mywindow", will still be visible.

Expected results:
The minimize behaviour should be exactly the same in both cases.

Does this happen every time?
Yes

Other information:
This is probably related to other transient window issues fixed lately - see e.g. bug 504984.
Comment 1 Toralf Lund 2008-02-01 12:21:15 UTC
Created attachment 104194 [details]
Test program
Comment 2 Cody Russell 2008-02-01 15:33:19 UTC
I can't reproduce this, it seems to work as expected for me.  This might be because of my transient window changes yesterday, but I'm not really sure.  Are you able to build GTK for Win32 to confirm?
Comment 3 Cody Russell 2008-02-01 15:45:23 UTC
Okay, I just reverted my libgdk and confirmed your bug with it.  It seems that this was fixed yesterday in svn revision 19451 in the patch for bug #505928.
Comment 4 Toralf Lund 2008-02-04 08:02:54 UTC
Good.

I could probably build a Win32 Gtk if I wanted too, but I've only used the binary version so far...