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

stationary points reported as 0,0

XMLWordPrintable

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

      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.

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

            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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes