Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
5.15.6
-
None
-
Operating System: openSUSE Tumbleweed 20220926
KDE Plasma Version: 5.26.80
KDE Frameworks Version: 5.99.0
Qt Version: 5.15.6
Kernel Version: 5.19.10-1-default (64-bit)
Graphics Platform: X11
Processors: 8 × AMD Ryzen 7 4700U with Radeon Graphics
Memory: 15.0 GiB of RAM
Graphics Processor: RENOIR
Manufacturer: HP
Product Name: HP ZHAN 66 Pro A 14 G3Operating System: openSUSE Tumbleweed 20220926 KDE Plasma Version: 5.26.80 KDE Frameworks Version: 5.99.0 Qt Version: 5.15.6 Kernel Version: 5.19.10-1-default (64-bit) Graphics Platform: X11 Processors: 8 × AMD Ryzen 7 4700U with Radeon Graphics Memory: 15.0 GiB of RAM Graphics Processor: RENOIR Manufacturer: HP Product Name: HP ZHAN 66 Pro A 14 G3
-
-
941b36a98 (dev)
Description
If there is a GridView like
GridView { model: listModel delegate: Rectangle { width: 100 height: 100 color: "red" } reuseItems: true remove: Transition { ParallelAnimation { NumberAnimation { property: "scale"; to: 0.5; duration: 200 } NumberAnimation { property: "opacity"; to: 0.0; duration: 200 } } } }
When some items are removed from the list, the remaining items can reuse the deleted items when reuseItems is true, but their scale and opacity properties are 0.5 and 0.0 respectively, which is a wrong behavior.
Attachments
Issue Links
- is duplicated by
-
QTBUG-122249 Remove transition with reuseItems leaves random gaps
-
- Closed
-
For Gerrit Dashboard: QTBUG-107458 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
585286,6 | Implement QQuickGridViewPrivate::getAttachedObject() | dev | qt/qtdeclarative | Status: MERGED | +2 | 0 |