GNOME Bugzilla – Bug 117995
Alt+Click doesn't raise window when on some window buttons
Last modified: 2006-01-12 19:57:23 UTC
Description of Problem: Alt + Click with mouse button 1 doesn't raise the window if the pointer is over the minimize (_) or close (x) buttons. Everywhere else (including the maximize button) it raises the window as expected. Additional Information: Tried with 2.4.34, 2.4.55 and 2.5.3.
There's a special case for those buttons so windows don't raise when you close them, so the special case needs a further special case for when Alt is down.
Is the check that makes sure that the window is not raised when you click on minimize or close really needed? I tried to remove the check and it looks OK to me. It also solves the original posters problem.
I think the current check makes things better, yeah. I'd rather see this bug fixed than pull out the check.
Oh, cool, another bug fixed as a side effect of carefully double-checking all raising code in bug 326156. :)