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 722417 - workspacesView: Fix activating empty workspaces
workspacesView: Fix activating empty workspaces
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: 2014-01-17 14:17 UTC by Florian Müllner
Modified: 2014-01-17 14:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
workspacesView: Fix activating empty workspaces (1.70 KB, patch)
2014-01-17 14:18 UTC, Florian Müllner
committed Details | Review

Description Florian Müllner 2014-01-17 14:17:58 UTC
See patch.
Comment 1 Florian Müllner 2014-01-17 14:18:00 UTC
Created attachment 266547 [details] [review]
workspacesView: Fix activating empty workspaces

By default, gesture actions no longer wait for the dnd threshold to
be reached before triggering, which breaks our mixing of click- and
pan actions. Fix this by only panning after reaching the threshold
and letting the click action go through if the pan is cancelled.
Comment 2 Jasper St. Pierre (not reading bugmail) 2014-01-17 14:25:18 UTC
Review of attachment 266547 [details] [review]:

OK.
Comment 3 Florian Müllner 2014-01-17 14:31:56 UTC
Attachment 266547 [details] pushed as 11d8640 - workspacesView: Fix activating empty workspaces