summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/qaccessibilitymac
Commit message (Collapse)AuthorAgeFilesLines
* Cocoa Accessibility: fix ignoring of objectsFrederik Gladhorn2013-06-074-0/+416
On Mac it's expected that some elements are filtered out of the a11y hierarchy. We do this with the shouldBeIgnored function. The problem is that we would ignore some objects and then return them in the child attribute function. This is inconsistent and leads to voice over not working. For example having a plain QWidget with other widgets as children would cut off all of these widgets, since the plain QWidget would be ignored. Change-Id: I5f6c26b272e5ca57d59c1ed1ef47e9a2b1181295 Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com> Reviewed-by: Jan Arve Sæther <jan-arve.saether@digia.com>