https://bugs.kde.org/show_bug.cgi?id=431286

Nate Graham <n...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
                   |ma/plasma-workspace/commit/ |ma/plasma-workspace/commit/
                   |2cbd7e4c70d0592d16cdaf58ed4 |13057013d55ae19e76d29b9edc9
                   |3effe4a716aa4               |6510e52da2a7a

--- Comment #4 from Nate Graham <n...@kde.org> ---
Git commit 13057013d55ae19e76d29b9edc96510e52da2a7a by Nate Graham, on behalf
of David Edmundson.
Committed on 11/01/2021 at 01:17.
Pushed by ngraham into branch 'Plasma/5.18'.

[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.


(cherry picked from commit 2cbd7e4c70d0592d16cdaf58ed43effe4a716aa4)

M  +0    -3    lookandfeel/contents/lockscreen/LockScreenUi.qml
M  +6    -0    lookandfeel/contents/lockscreen/MainBlock.qml

https://invent.kde.org/plasma/plasma-workspace/commit/13057013d55ae19e76d29b9edc96510e52da2a7a

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to