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 742010 - GtkLabel eats thumb-button clicks
GtkLabel eats thumb-button clicks
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkLabel
3.15.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2014-12-26 22:30 UTC by Timm Bäder
Modified: 2015-01-09 02:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gtklabel: Don't accept unhandled mouse buttons (898 bytes, patch)
2014-12-26 22:30 UTC, Timm Bäder
committed Details | Review

Description Timm Bäder 2014-12-26 22:30:08 UTC
Created attachment 293365 [details] [review]
gtklabel: Don't accept unhandled mouse buttons

So my mouse has thumb-buttons that I use in my application but they don't work if the mouse is over a GtkLabel even though the label does not use them.

Attached is a very simple patch to fix this.
Comment 1 Carlos Garnacho 2015-01-06 10:22:14 UTC
Comment on attachment 293365 [details] [review]
gtklabel: Don't accept unhandled mouse buttons

Looks good to me! this is probably something for gtk-3-14 too.
Comment 2 Matthias Clasen 2015-01-09 02:58:07 UTC
Attachment 293365 [details] pushed as 57714b9 - gtklabel: Don't accept unhandled mouse buttons