Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.5.3
-
None
Description
import QtQuick 2.15 import QtQuick.Controls 2.15 import QtWebEngine 1.15 ApplicationWindow { width: 640 height: 480 visible: true title: qsTr("Hello World") WebEngineView { id: webview anchors.fill: parent backgroundColor: "black" } }
This example code, upon resizing shows blue background. It can be highly unpleasant especially in dark-themed applications