Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.7.0
-
-
477c15def (dev), 0b6fd253e (6.8), add073131 (6.7), 7f41a1315 (tqtc/lts-6.5)
Description
To reproduce, run attached example. It shows all 12345 labels even though it should only be showing 1.
Setting size for it makes it behave normally.
import QtQuick.Window import QtQuick.Controls.Basic import QtQuick Window { visible: true width: 800 height: 600 Item { id: root SwipeView { anchors.fill: parent Text { text: "1 " font.pointSize: 24 } Text { text: " 2 " font.pointSize: 24 } Text { text: " 3 " font.pointSize: 24 } Text { text: " 4 " font.pointSize: 24 } Text { text: " 5" font.pointSize: 24 } } } }
Attachments
Issue Links
- resulted in
-
QTBUG-129165 regression ListView not updating count
- Closed
-
QTBUG-129622 [Reg 6.7.2 -> 6.7.3] Crash in QQuickItem::setX
- Closed
For Gerrit Dashboard: QTBUG-125416 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
561924,10 | Container: cull items when our size is zero and contentItem is a view | dev | qt/qtdeclarative | Status: MERGED | +2 | 0 |
583690,2 | Container: cull items when our size is zero and contentItem is a view | 6.8 | qt/qtdeclarative | Status: MERGED | +2 | 0 |
583969,2 | Container: cull items when our size is zero and contentItem is a view | 6.7 | qt/qtdeclarative | Status: MERGED | +2 | 0 |
584048,2 | Container: cull items when our size is zero and contentItem is a view | tqtc/lts-6.5 | qt/tqtc-qtdeclarative | Status: MERGED | +2 | 0 |