qtdeclarative/tests/auto/quickcontrols/accessibility
Volker Krause 5858116770 Fix double-triggering of actions via the accessibility interface
7bdeea2c30 introduced proxying for actions, for a11y interactions
however this now results in double-triggering, ie. the action triggers
on the a11y press action, and the outside item triggers its action in
that case.

Instead, only pass the a11y action to the item if its proxyed action
didn't handle it yet.

Pick-to: 6.8
Change-Id: I81af95dac0e5663def2afae700f49c50cb34f9b9
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
2024-10-27 16:57:47 +01:00
..
data Fix double-triggering of actions via the accessibility interface 2024-10-27 16:57:47 +01:00
BLACKLIST
CMakeLists.txt Add Qt::Qml before Qt::QmlPrivate to auto tests 2024-10-22 01:27:15 +03:00
tst_accessibility.cpp Fix double-triggering of actions via the accessibility interface 2024-10-27 16:57:47 +01:00