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

stationary points reported as 0,0

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 5.0.0
    • 5.0.0
    • Testing: qtestlib
    • None
    • OS X 10.6.8
    • 7cef4b6463fdb73ff602ade64b222333dd23e46c

    Description

      Given a sequence like the following:

      QWindow window;
      
      QTest::touchEvent(&window)
          .press(0, QPoint(10, 10));
      QTest::touchEvent(&window)
          .stationary(0)
          .press(1, QPoint(40, 10));
      

      The stationary point will be reported as 0,0 for the second sequence of touch events. This is causing issues for testing the QML touch support.

      Attachments

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

        Activity

          People

            brasser Michael Brasser (closed Nokia identity) (Inactive)
            brasser Michael Brasser (closed Nokia identity) (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes