[Bug] Multi line text going out of Entry
Posted: 17 Feb 2012, 14:21
Hi,
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 :
Tried a few things without success.
Thanks !
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 !