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 703882 - Prevent buffer/text/max-length properties notification in the allocation cycle
Prevent buffer/text/max-length properties notification in the allocation cycle
Status: RESOLVED FIXED
Product: clutter
Classification: Platform
Component: ClutterText
unspecified
Other Linux
: Normal normal
: ---
Assigned To: clutter-maint
clutter-maint
Depends on:
Blocks:
 
 
Reported: 2013-07-09 15:51 UTC by Lionel Landwerlin
Modified: 2013-07-18 00:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
clutter-text: prevent text buffer creation if not needed (923 bytes, patch)
2013-07-09 15:52 UTC, Lionel Landwerlin
none Details | Review
clutter-text: prevent text buffer creation if not needed (1.46 KB, patch)
2013-07-09 16:32 UTC, Lionel Landwerlin
none Details | Review

Description Lionel Landwerlin 2013-07-09 15:51:51 UTC
When allocating or asking for preferred width/height on a ClutterText, it can notify a change on buffer/text/max-length if no text has been set.
Comment 1 Lionel Landwerlin 2013-07-09 15:52:50 UTC
Created attachment 248744 [details] [review]
clutter-text: prevent text buffer creation if not needed
Comment 2 Lionel Landwerlin 2013-07-09 16:32:48 UTC
Created attachment 248750 [details] [review]
clutter-text: prevent text buffer creation if not needed