Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-129821

WebEngineView upon resizing shows ugly blue background

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 6.5.3
    • WebEngine
    • None
    • Windows

    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

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            qt_webengine_team Qt WebEngine Team
            kapitanpl Štěpán Svoboda
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes