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 641973 - Make clicking on the active workspace thumbnail go to the main view
Make clicking on the active workspace thumbnail go to the main view
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2011-02-09 22:44 UTC by Owen Taylor
Modified: 2011-02-11 17:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Make clicking on the active workspace thumbnail go to the main view (1.99 KB, patch)
2011-02-09 22:44 UTC, Owen Taylor
committed Details | Review
workpaceThumbnail: Fix accidental propagation of button releases (1.30 KB, patch)
2011-02-10 00:22 UTC, Owen Taylor
committed Details | Review

Description Owen Taylor 2011-02-09 22:44:21 UTC
If you want to select a workspace and go there, having to go back to
the main part of the window selector and click on a window is annoying,
so make a second click on the active workspace go to the main view.
Comment 1 Owen Taylor 2011-02-09 22:44:23 UTC
Created attachment 180526 [details] [review]
Make clicking on the active workspace thumbnail go to the main view
Comment 2 Owen Taylor 2011-02-10 00:22:36 UTC
Created attachment 180544 [details] [review]
workpaceThumbnail: Fix accidental propagation of button releases

A right click was propagating through to the parent actor meaning
that a right click would activate the workspace twice and leave the
overview instead of just switching to it.
Comment 3 drago01 2011-02-10 10:18:40 UTC
Review of attachment 180526 [details] [review]:

Looks good, and is definitely an improvement.
Comment 4 drago01 2011-02-10 10:19:03 UTC
Review of attachment 180544 [details] [review]:

Looks good.
Comment 5 Owen Taylor 2011-02-11 17:14:15 UTC
Comment on attachment 180526 [details] [review]
Make clicking on the active workspace thumbnail go to the main view

Attachment 180526 [details] pushed as 2d71604 - Make clicking on the active workspace thumbnail go to the main view
Comment 6 Owen Taylor 2011-02-11 17:15:32 UTC
Attachment 180544 [details] pushed as 914e5d3 - workpaceThumbnail: Fix accidental propagation of button releases