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

[Possible regression]: Rendering errors when using layer.enabled: true

    XMLWordPrintable

Details

    • Windows
    • b0fc5287b8 (qt/qtdeclarative/dev) e105b81805 (qt/qtdeclarative/6.3) b0fc5287b8 (qt/tqtc-qtdeclarative/dev) e105b81805 (qt/tqtc-qtdeclarative/6.3) 7cb26d3678 (qt/qtdeclarative/6.4) 7cb26d3678 (qt/tqtc-qtdeclarative/6.4)

    Description

      When using layered rendering (layer.enabled=true) then controls are not correctly rendered:

      import QtQuick
      import QtQuick.Controls
      
      // Using Material Dark theme
      
      ApplicationWindow {
          width: 640
          height: 480
          visible: true
          title: qsTr("Test")
      
          TextField {
              id: textField
              anchors.centerIn: parent
              layer.enabled: true // rendering error if true
          }
      }
      
      

      The same code works fine with Qt 6.2.3.

      Attachments

        Issue Links

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

          Activity

            People

              srutledg Shawn Rutledge
              Harald Meyer Harald Meyer
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes