https://bugs.kde.org/show_bug.cgi?id=431286
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-workspace/commit/ | |2cbd7e4c70d0592d16cdaf58ed4 | |3effe4a716aa4 Resolution|--- |FIXED --- Comment #3 from David Edmundson <k...@davidedmundson.co.uk> --- Git commit 2cbd7e4c70d0592d16cdaf58ed43effe4a716aa4 by David Edmundson. Committed on 10/01/2021 at 22:54. Pushed by davidedmundson into branch 'master'. [lookandfeel] Fix wake existing screensaver mode with key presses In commit 45e0a722fb85bb5d1ab8bef92080e934254b13aa we changed the focus on the textfield with the intention of fixing the cusor blinking. This had the unfortunate side effect of breaking waking out of the screensaver mode with just the keyboard. That screensaver mode was bound to: ``` property bool blockUI: mainBlock.mainPasswordBox.text.length > 0 ``` for that to change, we need to have focus. Instead this patches cursor blinking more explicity. Doing it only in the lock screen (as opposed to the toolkit) makes sense as this only happens due to somewhat unusual usage inside the lockscreen. M +0 -3 lookandfeel/contents/lockscreen/LockScreenUi.qml M +6 -0 lookandfeel/contents/lockscreen/MainBlock.qml https://invent.kde.org/plasma/plasma-workspace/commit/2cbd7e4c70d0592d16cdaf58ed43effe4a716aa4 -- You are receiving this mail because: You are watching all bug changes.