Page MenuHome GnuPG

Kleopatra: Show focus indicator for (text) labels that got focus
Closed, ResolvedPublic

Description

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.

Event Timeline

ikloecker triaged this task as Normal priority.Jun 20 2022, 3:19 PM
ikloecker created this task.
ikloecker moved this task from Restricted Project Column to Restricted Project Column on the Restricted Project board.
ikloecker changed the task status from Open to Testing.Jun 27 2022, 9:36 AM
ikloecker removed ikloecker as the assignee of this task.
ikloecker moved this task from Restricted Project Column to Restricted Project Column on the Restricted Project board.
ikloecker added a project: Restricted Project.

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.

werner removed a project: Restricted Project.Sep 22 2022, 11:03 AM
ebo claimed this task.
ebo moved this task from Restricted Project Column to Restricted Project Column on the Restricted Project board.
ebo added a subscriber: ebo.

works on windows, too