qt5base-lts/tests/auto/other/qaccessibility
Peter Varga a132e02540 Fix QAccessibleWidget::focusChild() to return focused descendant
This method should not ignore accessibility objects without
corresponding widget. The widget may have parts with their own
QAccessibilityInterface and these can be also focused.

VoiceOver ignores them if they are not returned by focusChild().

QAccessibleTabBar::focusChild() has been implemented to demonstrate
the concept and make tab titles of QTabBar readable by VoiceOver.

Task-number: QTBUG-78284
Change-Id: Id7c62d86154bbd5d47d6bbee8cb7d05268c2e151
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
2019-12-19 08:39:10 +01:00
..
.gitignore Moved integrationtests/* into other/ 2011-11-30 09:30:22 +01:00
accessiblewidgets.h Replace Q_DECL_OVERRIDE with override where possible 2017-09-19 11:53:42 +00:00
qaccessibility.pro Migrate Windows system libs to external dependencies 2019-05-08 08:30:02 +00:00
tst_qaccessibility.cpp Fix QAccessibleWidget::focusChild() to return focused descendant 2019-12-19 08:39:10 +01:00