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 593504 - ShellButtonBox: only listen to button 1 and single clicks
ShellButtonBox: only listen to button 1 and single clicks
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: 2009-08-29 17:43 UTC by Owen Taylor
Modified: 2009-08-29 19:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
ShellButtonBox: only listen to button 1 and single clicks (1.26 KB, patch)
2009-08-29 17:43 UTC, Owen Taylor
committed Details | Review

Description Owen Taylor 2009-08-29 17:43:29 UTC
Only mouse button 1 is supposed to activate button controls; other
mouse buttons should do nothing unless there is a context menu.

Checking the click count is important, since double-clicks will
otherwise look like unpaired button presses.
Comment 1 Owen Taylor 2009-08-29 17:43:31 UTC
Created attachment 141993 [details] [review]
ShellButtonBox: only listen to button 1 and single clicks
Comment 2 Colin Walters 2009-08-29 17:58:00 UTC
Comment on attachment 141993 [details] [review]
ShellButtonBox: only listen to button 1 and single clicks

Looks good
Comment 3 Owen Taylor 2009-08-29 19:34:11 UTC
Pushed