I cannot find a way to move keyboard focus to the left sidebar. Pressing tab in the search field does nothing when I expect it to move focus to the top-most item in the sidebar.
What are you trying to do? It should work pressing Alt+underlined letter.
I'm trying to move *focus* by using the tab key. This is important for accessibility and screen readers.
Git commit 0f33f29c6b53a820747704597c477718a78035e4 by Marco Martin. Committed on 23/10/2019 at 12:48. Pushed by mart into branch 'master'. items have active focus on tab when they aren't in a view M +2 -0 src/controls/templates/AbstractListItem.qml M +2 -1 src/controls/templates/OverlayDrawer.qml https://commits.kde.org/kirigami/0f33f29c6b53a820747704597c477718a78035e4
this is an upstream Qt bug https://bugreports.qt.io/browse/QTBUG-79501 luckily there is an (ugly) workaround
The Qt bug referenced in comment 4 was fixed. Can this be marked resolved?
Can't test since the fix only made it into Qt 5.15 which isn't released yet and I don't have a built-from-source Qt.