Summary: | Sometimes the password textbox for unlocking the screen looses focus when used with screen saver. | ||
---|---|---|---|
Product: | [Unmaintained] kscreensaver | Reporter: | firewalker <firew4lker> |
Component: | locker-qml | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED INTENTIONAL | ||
Severity: | normal | CC: | clemens.brunner, dataforce, dglent, kdebugs, leon.maurer, leusmag, mgraesslin, pittipatti, post, tpr |
Priority: | NOR | ||
Version: | 4.10.0 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
firewalker
2013-02-08 21:51:18 UTC
I can confirm this on an Ubuntu system. This is a really annoying bug, when you have to lock your screen several times per day. I am having the same issue with my self-compiled KDE 4.10.1. The problem is not reproducible: Sometimes when the screen is locked due to inactivity or the system going to suspend, the password field does not have focus. So far, I did not see this happen when using the shortcut to manually lock the screen. I can also confirm this under Kubuntu. It's quite annoying; sometimes you can just enter your password, and sometimes you can't without clicking first. I haven't found a pattern either, but the password textbox never seems to be in focus for me when waking up from sleep. *** This bug has been confirmed by popular vote. *** Bug 324821 might be related, in a multi-monitor setup, each monitor shows an unlock dialog box, but sometimes no dialog has the keyboard focus. This can be triggered by pressing the alt key. Looks like the focus is never returned back to the input line after that. Here's a patch to fix the alt key behaviour: https://git.reviewboard.kde.org/r/113697/ if someone wants to try it out. (In reply to comment #6) > This can be triggered by pressing the alt key. Looks like the focus is never > returned back to the input line after that. Or the Tab key, which is silly because none of the buttons are on the tab order, so there's really no reason for the cursor to ever leave the box. The screen locker architecture changed with Plasma 5. The classic screen savers are no longer supported. The 4.x series won't see any further feature development, so this bug report won't be implemented as it doesn't apply to our current version any more. I want to thank you for your bug report and for helping improving the quality of our software and I'm sorry that we were not able to provide a fix before we retired the affected component. |