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 647186 - Unable to unlock Activity overview scrolling
Unable to unlock Activity overview scrolling
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
3.0.x
Other Linux
: Normal normal
: ---
Assigned To: Owen Taylor
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2011-04-08 15:41 UTC by Alphazo
Modified: 2011-06-27 15:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
swipeScroll: Fix click detection (1.06 KB, patch)
2011-04-10 12:18 UTC, drago01
needs-work Details | Review
SwipeScroll: Only allow starting with the left button (986 bytes, patch)
2011-04-23 07:47 UTC, drago01
committed Details | Review

Description Alphazo 2011-04-08 15:41:22 UTC
If I show my Activity panel and then right click I can scroll through the different virtual spaces by going up and and down with my mouse.
Now if I keep the right click and then left click at the same time the scrolling mechanism gets locked and I can, again, scroll up and down by moving the pointer.
However I couldn't find a way to unlock this function. As a result I could no longer use the hot top left corner nor click on Activity. I had to ALT+F2, "r" in order to get gnome-shell.
Comment 1 drago01 2011-04-10 12:18:18 UTC
Created attachment 185632 [details] [review]
swipeScroll: Fix click detection

When the user starts swipe scrolling using the right mouse button and
clicks during the scroll action he ends up "stuck" in an undefined state.

Fix that by treating BUTTON_PRESS as click.
Comment 2 drago01 2011-04-11 20:59:54 UTC
Review of attachment 185632 [details] [review]:

Marking as needs-work based on IRC discussion.
Comment 3 drago01 2011-04-23 07:47:50 UTC
Created attachment 186513 [details] [review]
SwipeScroll: Only allow starting with the left button

Currently we allow starting swipe-scroll with any mouse button
which is weird from an UI pov and causes inconsistencies with
event handling.
Comment 4 drago01 2011-06-27 15:10:01 UTC
Attachment 186513 [details] pushed as c450120 - SwipeScroll: Only allow starting with the left button