Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.2.4, 6.3.0 Beta3
-
None
Description
The following tests are failing:
- wheelEventPropagation
- forwardTouchEvent
- touchEventPropagation
There is an issue related to event propagation with android.
In the tests it cannot find items under a point, so the widgets never receive the events.
From my debugging, the problem lies in the QGraphicsScene. It looks that "QGraphicsScenePrivate::itemsAtPosition" tries to find widgets in a rect with negative y.
Attachments
Issue Links
- relates to
-
QTBUG-87397 tst_QGraphicsView fails on Android
- In Progress
- resulted from
-
QTBUG-100470 Undetected test crashes on Android
- Closed
- mentioned in
-
Page Loading...