qt5base-lts/tests/auto/other/qaccessibilitymac
Frederik Gladhorn f16d690a2f Accessibility Mac: Fix handling of top level widget
This simplifies how we handle QNSView for accessibility purposes.
Instead of trying to half-merge the top level widget
(window->accessibleRoot) into the view, just have the view
always return it as child.
This makes the accessibility implementation for QNSView simpler
and makes applications that show a top level widget such as a button
possible. (We would return accessibility ignored for the button before).

As a side effect finding the active focus and hit-testing should be more reliable as
well.
Task-number: QTBUG-37794

Change-Id: Ib52037f88da8887a0bdc77204b0f3daddfe7709d
Reviewed-by: Morten Johan Sørvig <morten.sorvig@digia.com>
Reviewed-by: Jan Arve Sæther <jan-arve.saether@digia.com>
2014-03-27 14:37:16 +01:00
..
qaccessibilitymac.pro Cocoa Accessibility: fix ignoring of objects 2013-06-07 14:54:39 +02:00
tst_qaccessibilitymac_helpers.h Accessibility Mac: Fix handling of top level widget 2014-03-27 14:37:16 +01:00
tst_qaccessibilitymac_helpers.mm Accessibility Mac: Fix handling of top level widget 2014-03-27 14:37:16 +01:00
tst_qaccessibilitymac.cpp Accessibility Mac: Fix handling of top level widget 2014-03-27 14:37:16 +01:00