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

mac trackpad can be hypersensitive while typing due to spurious touch events turning into focus events, for delegate editors of tree/table views

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 5.4.0
    • 5.2.0
    • None
    • Macbook Pro Retina 2012 (but problem seen on a wide range of mac laptops)
    • macOS
    • 47a66d5eac0df9481cff1dc23caed4335d49b515

    Description

      When typing directly on a mac book laptop, your palms incidentally hit the trackpad, creating spurious touch events. When you are editing items in a QTreeView or QTableView with the standard delegate editor (QLineEdit), these spurious touch events get turned into focus events that interrupt your typing (the delegate editor loses focus).

      turning off WA_AcceptTouchEvents in the window where the view lives does not fix the problem. nor does setting Qt::AA_SynthesizeMouseForUnhandledTouchEvents app attribute to false.

      Attachments

        1. qt5_bug.cpp
          2 kB
          Randall O'Reilly
        For Gerrit Dashboard: QTBUG-38815
        # Subject Branch Project Status CR V

        Activity

          People

            sorvig Morten Sørvig
            rcoreilly Randall O'Reilly
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes