qtdeclarative/tests/auto/qtquick2/qquicktextinput
Andrew den Exter 82803517a6 Fix clipping of TextInput contents.
The boundingRect represents the clip rectangle of an item rather than
the size and position of its unclipped content.  This would prevent any
content from being clipped except the boundingRect is only re-evaluated
when the size of the item changes so the content is instead clipped to
the size of the original content.

Task-number: QTBUG-23422
Change-Id: I96f830f833129b3230f65452db67b00028c40d6a
Reviewed-by: Martin Jones <martin.jones@nokia.com>
2012-01-05 00:55:28 +01:00
..
data Fix crash in TextInput. 2012-01-04 05:43:14 +01:00
qquicktextinput.pro Fix test failures with shadow builds. 2012-01-03 02:27:06 +01:00
tst_qquicktextinput.cpp Fix clipping of TextInput contents. 2012-01-05 00:55:28 +01:00