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

DragHandler in a Controls 2 Button: button stays in pressed state after drag begins

    XMLWordPrintable

Details

    • 42e403a51da3539cc5062fde13884678dba55b5a (qt/qtdeclarative/5.12)

    Description

      Discovered while rechecking QTBUG-63395.

      import QtQuick 2.12
      import QtQuick.Controls 2.2
      
      ApplicationWindow {
          visible: true
          width: 200; height: 200
          Button {
              width: 100; height: 50
              text: "Drag me"
              onClicked: console.log("clicked")
              DragHandler { }
          }
      }
      

      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
              srutledg Shawn Rutledge
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes