Details
-
Bug
-
Resolution: Done
-
P2: Important
-
4.7.0
-
None
-
Using Qt version 4.7.0
oslo-staging-1 repository, 4.7 branch
-
d39d01497640c3a0818d25036894495f8b597bdb
Description
When When the VisualItemModel changes highlights, the visual item children is clipped (disappears). This behavior is found on the example for VisualItemModel and parallax.qml example. Before, the visual items are still visible after the highlight changes.
This behavior is inconsistent because slightly moving the VisualItemModel doesn't clip the visual items. The items disappear only after a highlight change.
Examples:
$QTDIR/examples/declarative/modelviews/visualitemmodel/visualitemmodel.qml
$QTDIR/examples/declarative/modelviews/parallax/parallax.qml