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

DragHandler / startSystemMove window move issue with QT6 Webengine on Wayland

XMLWordPrintable

    • Linux/Wayland
    • 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)

      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
            }
      }
      

        1. qtbug97037.zip
          0.7 kB
          Ilya Fedin
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            srutledg Shawn Rutledge
            testmode Test Mode
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated: