-
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
| For Gerrit Dashboard: QTBUG-140875 | ||||||
|---|---|---|---|---|---|---|
| # | Subject | Branch | Project | Status | CR | V |
| 687662,2 | QQuickText: re-layout eliding text that grows in width | dev | qt/qtdeclarative | Status: NEW | +1 | 0 |