GNOME Bugzilla – Bug 759798
label: Deny drag gesture when not selectable
Last modified: 2015-12-23 13:08:30 UTC
See patch.
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 on attachment 317811 [details] [review] label: Deny drag gesture when not selectable Makes sense :)
Attachment 317811 [details] pushed as e20826f - label: Deny drag gesture when not selectable