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

Difference in click reporting between QtQuick 1.1 and QtQuick 2

    XMLWordPrintable

Details

    • 83eb5ba0082cee15a5ca01000084c07fdb19af76 (qt/tqtc-qtdeclarative/5.12.0)

    Description

      In the following example, a long press followed by a release reports a click under 1.1, but no click under 2.0.

      import QtQuick 1.0
      
      Rectangle {
          width: 400; height: 400
          MouseArea {
              anchors.fill: parent
              onClicked: console.log("clicked")
          }
      }
      

      Attachments

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

        Activity

          People

            martjone Martin Jones (closed Nokia identity) (Inactive)
            brasser Michael Brasser (closed Nokia identity) (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes