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 759798 - label: Deny drag gesture when not selectable
label: Deny drag gesture when not selectable
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
unspecified
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2015-12-23 11:49 UTC by Florian Müllner
Modified: 2015-12-23 13:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
label: Deny drag gesture when not selectable (1016 bytes, patch)
2015-12-23 11:50 UTC, Florian Müllner
committed Details | Review

Description Florian Müllner 2015-12-23 11:49:56 UTC
See patch.
Comment 1 Florian Müllner 2015-12-23 11:50:01 UTC
Created attachment 317811 [details] [review]
label: Deny drag gesture when not selectable

We don't actually do anything when the label is not selectable
except for consuming the event, which breaks for instance titlebar
drags with labels that contain links. Simply deny the gesture in
that case to allow the event to bubble up normally.
Comment 2 Carlos Garnacho 2015-12-23 12:53:11 UTC
Comment on attachment 317811 [details] [review]
label: Deny drag gesture when not selectable

Makes sense :)
Comment 3 Florian Müllner 2015-12-23 13:08:26 UTC
Attachment 317811 [details] pushed as e20826f - label: Deny drag gesture when not selectable