Currently, no focus indicator is shown for text labels that received keyboard focus, e.g. the text label on the Welcome screen. This needs to be fixed, so that the users always know which UI element has the keyboard focus.
Description
Description
Revisions and Commits
Revisions and Commits
rKLEOPATRA Kleopatra | |||
rKLEOPATRAf3e3435bb115 Remove workaround for missing focus indicator for text labels | |||
rKLEOPATRA052383e08c62 Add a focus frame to labels that receive keyboard focus |
Status | Assigned | Task | ||
---|---|---|---|---|
Open | None | T5824 Kleopatra: Full accessibility support | ||
Resolved | • ebo | T6036 Kleopatra: Show focus indicator for (text) labels that got focus |
Event Timeline
Comment Actions
Text labels that get keyboard focus are now indicated with a focus frame. It depends on the Qt style how the focus frame looks like (or whether it is drawn at all). For the Breeze style, that is used on Linux systems, I have pushed a merge request (https://invent.kde.org/plasma/breeze/-/merge_requests/229). The necessary changes will be included in the next release of KDE Plasma.
Qt's common style that all of Qt's standard styles are based on, draws the frame. Therefore, I expect also Qt's Windows style to draw the frame.
Should be tested on Windows.