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

ios: no more touch events after we close and reopen the application

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.1.0
    • 5.1.0 Beta 1
    • QPA
    • None
    • qt 5.1.0-alpha compiled for ios, running "quick1cinematic" on an iPad mini.
    • iOS/tvOS/watchOS

    Description

      when I try the "quick1cinematic" example on my iPad, from time to time the application freezes when I close and reopen it.

      I think this is not the only way to trigger the bug, but at least this sequence seems to make it freeze all the time:

      • touch the screen with two fingers.
      • while the two fingers are still touching the screen, press the iPad button to exit the application.
      • reopen it: there is no way to interact anymore, and the application has to be killed.

      As a quick hack, I found out that commenting the line:

      if (self->lastTouchType == QEvent::TouchCancel && e->touchType != QEvent::TouchBegin) return

      in "qguiapplication.cpp" solves the bug.

      Attachments

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

        Activity

          People

            richard Richard Moe Gustavsen
            guillaumec Guillaume Chereau
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes