aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2020-10-29 17:53:09 +0100
committerShawn Rutledge <shawn.rutledge@qt.io>2020-10-29 19:47:01 +0100
commit5bbfd850d77c05e2d1ccf4d052e70240d5aae342 (patch)
treea003a017616ec08405c605166386c02ad0c7e69c /tests
parentd723541d3fdfa2b77bfed3c214f26b0106c85576 (diff)
Don't send an item a mouse release with a button that it doesn't accept
In tst_qquickitem::ignoreButtonPressNotInAcceptedMouseButtons(), when the right mouse button release occurs, the item has a grab, but it's not interested in the right button, only the left. But of course we still want to deliver mouse drags, so if the button is NoButton and the item is the grabber, it gets the event. Task-number: QTBUG-31861 Task-number: QTBUG-86729 Change-Id: I952acc721a5f80a7fc5619c5fea640dae805e9c8 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/quick/qquickitem/BLACKLIST2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/quick/qquickitem/BLACKLIST b/tests/auto/quick/qquickitem/BLACKLIST
index 917aa16ae6..6563bc8743 100644
--- a/tests/auto/quick/qquickitem/BLACKLIST
+++ b/tests/auto/quick/qquickitem/BLACKLIST
@@ -2,7 +2,5 @@
xcb
[qtBug60123]
* # QTBUG-86729
-[ignoreButtonPressNotInAcceptedMouseButtons]
-* # QTBUG-86729
[touchEventAcceptIgnore]
* # QTBUG-86729