Page 1 of 1

[Bug] Multi line text going out of Entry

Posted: 17 Feb 2012, 14:21
by magnetik
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 :
Image

When the focus is out of the entry :
Image

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"/>
Tried a few things without success.

Thanks !