Details
-
Type:
Bug
-
Status: Open
-
Priority:
P3: Somewhat important
-
Resolution: Unresolved
-
Affects Version/s: 5.4.0
-
Fix Version/s: None
-
Component/s: Quick: Core Declarative QML
-
Environment:Qt 5.4.0 Android Win7
-
Platform/s:
Description
QML Window with Flicable, after active the app window every time,when scroll the Flickable first time the screen will flicker:
Window {
id: root;
visibility: Window.FullScreen;
Flickable {
width: 200; height: 200;
contentWidth: image.width; contentHeight: image.height;
Image { id: image; source: "qrc:/image/homebackground.jpg"; }
}
}
Attachments
Issue Links
- relates to
-
QTBUG-41170 [Android]: When the window resizes then there it will cause flicker
-
- Open
-
-
QTBUG-66727 [Android]: When changing focus between TextInput fields there is a flicker of the QQuickWidget
-
- Open
-
-
QTBUG-66727 [Android]: When changing focus between TextInput fields there is a flicker of the QQuickWidget
-
- Open
-