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

[Reg 6.2.4 -> 6.3.1] MouseArea released() signal is laggy

XMLWordPrintable

    • Android, iOS/tvOS/watchOS

      The MouseArea seems to have gotten a lot "slower" since Qt 6.2.4.
      With Qt 6.2.4 one could click the MouseArea quickly and still receive the signals released() and clicked() consistently.

      Since Qt 6.3.1 this seems way slower and actual (physical) clicks get lost.
      See the attached minimal example to reproduce the varying behaviour.

      The example consists of a MouseArea filling the entire screen and counters for the pressed(), released(), and clicked() signals. When "clicking" the MouseArea somewhat fast, one can see that the counter for pressed() increases as expected, whereas the counter for released(), and consequently, clicked() do not (they increase more slowly).

      When using Qt 6.2.4 these counters stay in sync.

        1. main.qml
          1 kB
          Jan Möller
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            janmoeller Jan Möller
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes