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)
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
- relates to
-
QTBUG-131494 ListView delegates jump while the window is being resized
- Reported