https://bugs.kde.org/show_bug.cgi?id=455227
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |5.25.3 Resolution|--- |FIXED Status|CONFIRMED |RESOLVED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-workspace/commit/ | |923ce7e5887db1471c7c9b547c8 | |682068648f458 --- Comment #3 from Nate Graham <n...@kde.org> --- Git commit 923ce7e5887db1471c7c9b547c8682068648f458 by Nate Graham, on behalf of Derek Christ. Committed on 29/06/2022 at 15:58. Pushed by ngraham into branch 'master'. Fix password field in lock screen not clearing after failed login attempt This bug was introduced by plasma/plasma-workspace!1754. `lockScreenUi.hadPrompt` was set to `false` in `onFailed()` to avoid unintentionally clearing the password after the text field had faded out after 10 seconds and the user pressed a button. Unfortunately this also caused the password field to not clear right after the failed event. So instead the statement is moved into the trigger of `fadeoutTimer` which fixes both issues. FIXED-IN: 5.25.3 M +4 -7 lookandfeel/contents/lockscreen/LockScreenUi.qml https://invent.kde.org/plasma/plasma-workspace/commit/923ce7e5887db1471c7c9b547c8682068648f458 -- You are receiving this mail because: You are watching all bug changes.