qt5base-lts/tests/auto/other/qaccessibility
André de la Rocha 4114a0ea75 Windows QPA: Fix slowdown with large table/tree views with accessibility
The accessibility code for notifying focus changes related to a
table/tree view was iterating over all items to find the focused one,
which for a very large number of items could cause a major slowdown
and UI freeze. This patch avoids the issue by removing the loop and
implementing the focusChild() method in the table/tree accessibility
classes.

Fixes: QTBUG-100997
Pick-to: 6.2 6.3 5.15
Change-Id: I04c847a5e65223b7a93ab82363feb32e1ebab9f3
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2022-03-31 09:04:09 -03:00
..
.gitignore Moved integrationtests/* into other/ 2011-11-30 09:30:22 +01:00
accessiblewidgets.h Another round of replacing 0 with nullptr 2020-10-07 23:02:47 +02:00
CMakeLists.txt Windows: Fix accessibility tests 2022-03-31 09:04:08 -03:00
tst_qaccessibility.cpp Windows QPA: Fix slowdown with large table/tree views with accessibility 2022-03-31 09:04:09 -03:00