Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
6.2.0
-
None
-
-
e3c74961b (dev), 5708d0147 (6.5), c3adb5647 (tqtc/lts-6.2), b6ce03603 (tqtc/lts-5.15), 8235fa65f (dev), 892926b1f (tqtc/lts-6.2), a6cea1f9d (6.6), 81d43fe84 (6.5), 18d399034 (tqtc/lts-5.15), 60647fa06 (dev), 93d48aa06 (6.5), fd2efc491 (6.6)
Description
On Linux/Wayland, After using DragHandler with window.startSystemMove, the first click or mouse hover effects before the first click are not working within the Webengine area. After clicking inside the app or elsewhere, clicks and hover effects start to work.
To reproduce, add the below code to menuBar in quicknanobrowser/BrowserWindow.qml.
background: Rectangle { color: "#111" width: parent.width height: 40 DragHandler { onActiveChanged: { if (active) browserWindow.startSystemMove(); } target: null } }
Attachments
Issue Links
- resulted in
-
QTBUG-115757 [REG: 6.5.1-6.5.2] Drag and Drop segfaults programs
- Closed