Truncated text (last word) in dynamic textfield

Hi,

In the “vignette” dynamic textfield, the last word is always deleted (“lastword” below), whatever the text’s length.


anT.panTexte.contentPath = "tx"+v[5];
anT.panTexte.content.vignette.wordWrap = true;
anT.panTexte.content.vignette.text = vi+"
(Updated : "+listAlbum[seePhoto*3]+"). **lastword**";
anT.panTexte.content.vignette._height=anT.panTexte.content.vignette.maxscroll*14;

Of course, as I have added “lastword” above, there’s no emergency for me to solve this. But I’m curious to know if I have missed something or if this is some kind of bug. Any ideas?