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

Details

    Description

      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

      Attachments

        1. qtbug43255.zip
          2 kB
        2. QTBUG-43255.zip
          0.8 kB

        Issue Links

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

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes