Summary: | No way to provide keyboard focus to the global drawer | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kirigami | Reporter: | Nate Graham <nate> |
Component: | general | Assignee: | Marco Martin <notmart> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | aleixpol, cyber+kde, tut30tut130 |
Priority: | NOR | Keywords: | accessibility, usability |
Version: | 5.62.0 | ||
Target Milestone: | Not decided | ||
Platform: | unspecified | ||
OS: | Other | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=403711 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Nate Graham
2019-05-14 14:05:55 UTC
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. |