In manialink v1, when typing text in a multiline Entry, if the text is longer than the Y size of the entry, the text goes out of the border when the entry does not have the focus.
Screenshot
When the focus is in the entry :

When the focus is out of the entry :

Code of the Entry :
Code: Select all
<entry posn="5 2 0" sizen="105 20" valign="top" style="" autonewline="1" maxline="3" name="field_test"/>
Thanks !