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 87299 - Focus window when right-clicking to get menu?
Focus window when right-clicking to get menu?
Status: RESOLVED FIXED
Product: metacity
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Metacity maintainers list
Metacity maintainers list
Depends on:
Blocks:
 
 
Reported: 2002-07-04 04:09 UTC by Havoc Pennington
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
87299 patch - focus window on right click for menu (517 bytes, patch)
2002-07-06 04:11 UTC, blackc
none Details | Review
87299 patch v2 (remove race condiiton) (454 bytes, patch)
2002-08-08 05:09 UTC, blackc
none Details | Review

Comment 1 blackc 2002-07-04 19:54:00 UTC
Here is a case where this matters:

1) Open a xterm in workspace 1, place in center of desktop
2) Switch to workspace 2
3) Open mozilla (or any other large window) and move to center of desktop
4) Switch back to workspace 1
5) Right click on the xterm and select move to workspace 2
6) You will be taken to workspace 2 but the xterm will be hidden
behind the mozilla window.

Since focus is never given to the xterm when you right click on it it
never gets moved ahead of the mozilla window in the screen stack.

 
Comment 2 blackc 2002-07-06 04:11:02 UTC
Created attachment 9673 [details] [review]
87299 patch - focus window on right click for menu
Comment 3 blackc 2002-08-08 05:09:31 UTC
Created attachment 10353 [details] [review]
87299 patch v2 (remove race condiiton)
Comment 4 blackc 2002-08-08 05:09:58 UTC
patch committed to CVS