Skip to content

Fix Tab/Backtab not working in Qt6, and improve focus chain between QQuickWidgets

Fushan Wen requested to merge work/fuf/2023-09-27-a11y into master

This makes sure focus chain between QQuickWidgets behave as expected when pressing Tab from menu items in the sidebar, and pressing Backtab from the module view.

Tab from sidebar menu items Backtab from the module view
To module view To the previous focused item in sidebar

See also: https://bugreports.qt.io/browse/QTBUG-92820

Ref: teams/accessibility/collaboration#2

Merge request reports