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

REG [4.8.6-5.0.2] TouchBegin event triggered for each new touch

XMLWordPrintable

      When Widget is set to ScrollArea it triggers QEvent::TouchBegin on every new finger touch. Expection is that only one TouchBegin triggers and after that TouchUpdates. Worked as expected on Qt 4.8.6.

      Test attached example and see output log that there's begin event when touchpoint count is increased. If the idea is correct then begin event should also have correct count instead 1 as it is now.

      begin 1
      Update 1
      begin 1
      Update 2
      begin 1
      Update 4

        1. qtbug43255.zip
          2 kB
        2. QTBUG-43255.zip
          0.8 kB
        For Gerrit Dashboard: QTBUG-43255
        # Subject Branch Project Status CR V

            avolkov Alexander Volkov
            qtcomsupport Qt Support
            Votes:
            1 Vote for this issue
            Watchers:
            10 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes