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 702610 - text: relayout on cursor visibility change
text: relayout on cursor visibility change
Status: RESOLVED FIXED
Product: clutter
Classification: Platform
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: clutter-maint
clutter-maint
Depends on:
Blocks:
 
 
Reported: 2013-06-18 23:57 UTC by Cosimo Cecchi
Modified: 2013-06-20 17:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
text: relayout on cursor visibility change (1.05 KB, patch)
2013-06-18 23:57 UTC, Cosimo Cecchi
committed Details | Review

Description Cosimo Cecchi 2013-06-18 23:57:58 UTC
See attached patch.
Comment 1 Cosimo Cecchi 2013-06-18 23:57:59 UTC
Created attachment 247224 [details] [review]
text: relayout on cursor visibility change

When the cursor visibility changes, we have to relayout the ClutterText
actor instead of just redrawing it - as the cursor changes the
PangoLayout size, a size request cycle is needed.
Comment 2 Emmanuele Bassi (:ebassi) 2013-06-19 20:00:03 UTC
Review of attachment 247224 [details] [review]:

good catch. feel free to push it to the clutter-1.14 branch as well.
Comment 3 Cosimo Cecchi 2013-06-20 17:04:19 UTC
Attachment 247224 [details] pushed as 23f9444 - text: relayout on cursor visibility change

Pushed, thanks.