aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/accessible
Commit message (Collapse)AuthorAgeFilesLines
* a11y: Fix ordering on header, content item and footer in PageJan Arve Sæther2021-01-293-0/+155
Because of the previous behavior, the footer could be read aloud by the screen reader before the content item. And even worse, the footer could be read aloud even before the header in some cases. This made it hard for visually impaired people to use the application. The Page type was used by the Dialog type, so it also affected that. Fixes: QTBUG-75042 Pick-to: 5.15 6.0 Change-Id: Ic3e8ec3f7dcf18af9262b1d35c986835c8da6900 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>