https://bugs.kde.org/show_bug.cgi?id=336368
--- Comment #3 from ratijas <m...@ratijas.tk> --- Git commit 914173a20861bca0102f12090561df489edfa00c by ivan tkachenko. Committed on 10/05/2022 at 21:41. Pushed by ratijas into branch 'master'. sddm-theme: Un-break userSelected signal handling It was lost during refactoring some time ago, but the intention was to give focus to the next item in focus chain assuming that's either a username or a password field. This patch is a less flexible but also less messy and more direct way to achieve practically the same thing. Additionally, explicit Tab focus reason gives a loginButton a nice visual focus which one would expect to see instead of no visual changes. It was tempting to directly call startLogin when password is not required, but that would be surprising when the signal itself is triggered by the Escape key. M +4 -0 lookandfeel/contents/components/SessionManagementScreen.qml M +3 -1 lookandfeel/contents/components/UserDelegate.qml M +9 -0 lookandfeel/contents/lockscreen/MainBlock.qml M +13 -0 sddm-theme/Login.qml https://invent.kde.org/plasma/plasma-workspace/commit/914173a20861bca0102f12090561df489edfa00c -- You are receiving this mail because: You are watching all bug changes.