Commit 71a1288e authored by Andrew den Exter's avatar Andrew den Exter Committed by Andrew den Exter
Browse files

Don't allow a filtering item to block other filtering items.


With delayed press it's possible for a filtering item to not accept a press
on the first go around but to later steal mouse grab and accept future events.
This means outer items  which also filter will have received the mouse press,
but don't receive release events leading to phantom long presses or inadvertent
drags.

Task-number: QTBUG-37316
Change-Id: I2ff18df2a019f8d3a5e81a0adc2c5b5994799862
Reviewed-by: default avatarMichael Brasser <michael.brasser@live.com>
Reviewed-by: default avatarMartin Jones <martin.jones@jollamobile.com>
parent a8a66e51
Branches
Tags
No related merge requests found
Showing with 94 additions and 9 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment