Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
4.7.0
-
None
-
N900 using qt4-experimental-declarative-qmlviewer, and environments where OpenGL is not enabled
-
4df9c96e2c213c39924e22e02621b0c61e83f8fe
Description
In QML, if an Item has clipping enabled and its scale or position is animated, its children leave a trail of drawing artifacts. See the attached example: when the red Rectangle is clicked, its scale changes, and the scaling is animated.
This does not happen if "clip: true" is removed.
Note this also does not happen if the viewport update mode is set to QGraphicsView::FullViewportUpdate rather than QGraphicsView::BoundingRectViewportUpdate in src/declarative/util/qdeclarativeview.cpp so it seems the region that is being repainted is not correct.
Attachments
Issue Links
- resulted from
-
QTBUG-11363 Minimizing Voice UI prototype app leaves trail of drawing artifacts
- Closed