-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.8.3
-
None
The attached example displays 4 multi-line texts with Text.ElideRight and maximumLineCount = 1, and each one has a different wrapMode value
When QML Text items are resized, they may not be elided correctly:
- Text.NoWrap elides way too early compared to other wrap modes
- Other wrap modes don't always the full first line even if there is enough room for it
In all cases, if we add the following code to QML Text items: (onWidthChanged: forceLayout()) texts are always elided as expected