GNOME Bugzilla – Bug 123566
should not allow modal window to be minimized
Last modified: 2005-01-25 23:56:25 UTC
I logged in, and epiphany got restarted with its previous state. One of the pages I'd been looking at when I logged out requires authentication, so epiphany popped up a modal password dialog. However, that window had been iconified when I quit, so it (and its password dialog) were iconified now. This meant that none of my other epiphany windows would work properly, because the password dialog was considered to be active and on top, even though I couldn't see it (even in the window list).
I have seen the same thing when I have java Jframes that are minimised. If they pop up a modal dialogue (JOptionPane.showOptionPane, for example), then the dialogue is not shown on the main screen. Most other window managers seem to display this dialogue.
I believe a patch such as the one in bug 164716 that also handled app-modal dialogs (and if apps would correctly use modality--see Havoc's comment in 164716) would be a better fix for this issue. (Although, we do have to double check that we unminimize any such window as well as changing its workspace). That is addressed in bug 126489, so I'm going to mark this as a duplicate. *** This bug has been marked as a duplicate of 126489 ***
*** Bug 140948 has been marked as a duplicate of this bug. ***