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 673190 - text: Bubble up a click and quit early for just static text
text: Bubble up a click and quit early for just static text
Status: RESOLVED FIXED
Product: clutter
Classification: Platform
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: clutter-maint
clutter-maint
Depends on:
Blocks:
 
 
Reported: 2012-03-30 15:22 UTC by Jasper St. Pierre (not reading bugmail)
Modified: 2012-04-13 18:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
text: Bubble up a click and quit early for just static text (1008 bytes, patch)
2012-03-30 15:22 UTC, Jasper St. Pierre (not reading bugmail)
committed Details | Review

Description Jasper St. Pierre (not reading bugmail) 2012-03-30 15:22:08 UTC
See patch. A reactive ClutterText shouldn't eat a click if it doesn't need to.
Comment 1 Jasper St. Pierre (not reading bugmail) 2012-03-30 15:22:09 UTC
Created attachment 210972 [details] [review]
text: Bubble up a click and quit early for just static text

Static text shouldn't need a cursor position or anything like that,
and it always eats a button press event.
Comment 2 Emmanuele Bassi (:ebassi) 2012-03-30 17:06:19 UTC
Review of attachment 210972 [details] [review]:

looks okay
Comment 3 Jasper St. Pierre (not reading bugmail) 2012-04-13 18:35:22 UTC
Attachment 210972 [details] pushed as 164c6ee - text: Bubble up a click and quit early for just static text