Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.2.0
-
None
-
Macbook Pro Retina 2012 (but problem seen on a wide range of mac laptops)
-
-
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.