Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
macOS Accessibility: flag all synthetic elements as unignored
This saves us a few more roundtrips. For rows and columns we could check if their accessibilityFrame instersects with the table and so ignore rows and columns that are outside of the view, but I'm observing weird corruptions in the list returned by NSAccessibilityUnignoredChildren when ignoring any objects. Task-number: QTBUG-34337 Pick-to: 6.5 Change-Id: Ia2d13fff463ff26abb39acfceafcfa0761171203 Reviewed-by: Timur Pocheptsov <[email protected]> Reviewed-by: Qt CI Bot <[email protected]>
- Loading branch information