Hi
As the comments point out: In clutter_text_insert_text
(ClutterText *self, const gchar *text, gssize position), the position is
expressed in characters, not in bytes.
While actually,in the latest git tree, it turns out to be working on
bytes, and also the position is not updated after the insert work is done.
With the patch attached.
Best Regards,
Raymond Liu
0001-clutter_text_insert_text.patch
Description: 0001-clutter_text_insert_text.patch
