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

The UI re-rendering/updating will leave some blank to the window border intermittently

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 6.5, 6.7
    • None
    • openSUSE Leap 15.6 x86_64
      Qt 6.7.1(from openSUSE KDE:Repositories)
      Qt 6.5.3/6.7.2(from online installer)
    • Linux/X11, Windows

    Description

      When resizing the window back and forth quickly, the UI re-rendering/updating will be a little slower, it leaves some blank space to the cursor/window frame border.

      The QML snippet is:

      import QtQuick
      import QtQuick.Controls
      import QtQuick.Layouts
      
      Window {
          id: root
          title: qsTr("Hello World")
          width: 640
          height: 480
          visible: true
          Rectangle {
              anchors.fill: parent
              border.color: '#e3d'
              border.width: 1
              radius: 5
              color: '#89f'
          }
      }
       

      Attachments

        Issue Links

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

          Activity

            People

              sorvig Morten Sørvig
              sauntor sauntor
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes