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

QML MouseArea onPressAndHold event AND LongPress on Qt widget doesn't work with touchscreen if mouse position still the same

    XMLWordPrintable

Details

    • Bug
    • Resolution: Incomplete
    • Not Evaluated
    • None
    • 4.7.4
    • None
    • - Embedded Qt 4.7.4 on Debian distribtution
      - ARM11 (mini6410 like)
      - Capacitive Touchcscreen MXT224 (i2c protocole)
      - tslib

    Description

      Analysis:
      My first resistive touchscreen has never got this problem. The Linux Input event analysis reflect the same behavior for both touchscreens except one thing: resistive ts sends several [X,Y] pairs after the press button event because of the Analog technology. Patching my capactive ts driver for send two different positions ( "button press, [X+1,Y+1], sync, [X,Y], sync" instead of "button press, [X,Y], sync" ) work around the bug.

      Attachments

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

        Activity

          People

            Unassigned Unassigned
            totolito Thomas Corvé
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes