Re: [Development] Text clipping in QtQuick 2.0

2012-01-17 Thread Todd.Rose
@qt-project.org [mailto:development-bounces+todd.rose=nokia@qt-project.org] On Behalf Of Alpert Alan (Nokia-MP/Brisbane) Sent: Tuesday, January 17, 2012 5:14 AM To: development@qt-project.org Subject: Re: [Development] Text clipping in QtQuick 2.0 Clipping has never been enabled by default

[Development] Text clipping in QtQuick 2.0

2012-01-16 Thread Todd.Rose
Text elements with wrapMode: Text.NoWrap are being clipped when the text painted width exceeds the element width. Seems like a big regression from QtQuick1.x...is this a known issue? Bug? Feature? Simple example: TextBug.qml import QtQuick 2.0 Rectangle { width: 360 height: 360

Re: [Development] Text clipping in QtQuick 2.0

2012-01-16 Thread andrew.den-exter
: development-bounces+andrew.den-exter=nokia@qt-project.org [mailto:development-bounces+andrew.den-exter=nokia@qt-project.org] On Behalf Of Rose Todd (Nokia-M/Alpharetta) Sent: Tuesday, January 17, 2012 3:42 PM To: development@qt-project.org Subject: Re: [Development] Text clipping in QtQuick 2.0