Created attachment 136262 [details] SDDM SUMMARY STEPS TO REPRODUCE 1. Lock your computer 2. Keep pressing tab, until the selection reaches to the session buttons OBSERVED RESULT The session buttons in the hover state in so subtle that is almost invisible. This also isn't great for accessibility. EXPECTED RESULT SOFTWARE/OS VERSIONS Operating System: KDE neon 5.21 KDE Plasma Version: 5.21.1 KDE Frameworks Version: 5.79.0 Qt Version: 5.15.2 ADDITIONAL INFORMATION
Focus is indicated by an underline below the text. Unfortunately, the window size is so small that the text is cut off, so the opportunity to see he focus effect is lost as well. We should probably use a more obvious focus effect.
Aha, the better focus effect was just broken. Fixing momentarily
Git commit 9882bee4b10046603a313a869c8eb352ea6c6727 by Nate Graham. Committed on 02/03/2021 at 20:31. Pushed by ngraham into branch 'master'. [lookandfeel/ActionButton] Fix broken focus effect It was broken because its visiblity was not bound to activeFocus correctly. This would have broken in Qt6 anyway but fixing it now makes the focus effect work as intended again. FIXED-IN: 5.22.3 M +1 -1 lookandfeel/contents/components/ActionButton.qml https://invent.kde.org/plasma/plasma-workspace/commit/9882bee4b10046603a313a869c8eb352ea6c6727
Git commit 8fd7b38b66de36ad8b673f3ddb88f7810c4291cc by Nate Graham. Committed on 02/03/2021 at 20:33. Pushed by ngraham into branch 'Plasma/5.21'. [lookandfeel/ActionButton] Fix broken focus effect It was broken because its visiblity was not bound to activeFocus correctly. This would have broken in Qt6 anyway but fixing it now makes the focus effect work as intended again. FIXED-IN: 5.22.3 (cherry picked from commit 9882bee4b10046603a313a869c8eb352ea6c6727) M +1 -1 lookandfeel/contents/components/ActionButton.qml https://invent.kde.org/plasma/plasma-workspace/commit/8fd7b38b66de36ad8b673f3ddb88f7810c4291cc