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

When pressing and moving the input device and then doing a single tap can cause it to be seen as a double tap

    XMLWordPrintable

Details

    • macOS

    Description

      When pressing and moving the input device and then doing a single tap can cause it to be seen as a double tap. This can happen if the item is moved inside the TapHandler onPointChanged handler and then doing a single tap after it has been done. This is down to the fact that the last tap point is done when the device is released and therefore the next tap comes soon enough after, even though it is not really a double tap.

      In the example attached, press and then move the item. Release and tap once, this will cause the double tap handler to be triggered which resets the position.

      Attachments

        For Gerrit Dashboard: QTBUG-76972
        # Subject Branch Project Status CR V

        Activity

          People

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            andysh Andy Shaw
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes