greeter icon indicating copy to clipboard operation
greeter copied to clipboard

Autofocus Password Field

Open mcnaveen opened this issue 4 years ago • 4 comments

Problem

Currently if the System is locked. The Password field isn't on autofocus. Means the user has to click on it to gain the focus.

Proposal

If there is way to autofocus. One can easily start typing the password instantly.

But one more problem here is: It'll increase incorrect password input. So If possible we can have the option to turn on/off autofocus of Password field from system settings

mcnaveen avatar Dec 25 '20 17:12 mcnaveen

When I use the shortcut ⌘+L to get into the login screen, then the password input field has autofocus for me.

Could you please explain when exactly there is no autofocus for you?

etkaar avatar Dec 30 '20 10:12 etkaar

In my experience, it looks like the avatar is focused. When I click on the desktop to focus the login field (like I did when we were having other focus issues a while back), my avatar (I just have a basic initials default Hdy.Avatar) turns a darker color. So that says to me that the avatar is focused. It does seem a little weird though that the password field is highlighted and has a blinking cursor, like it also thinks it's focused.

Here's a before and after (shows the password field not highlighted for some reason, but it is highlighted most of the time for me): Bildschirmfoto von 2021-02-26 12-53-55 Bildschirmfoto von 2021-02-26 12-54-02

mcclurgm avatar Feb 26 '21 19:02 mcclurgm

The avatar doesn't have focus styles, but it does have backdrop styles. So, this means that the whole "window" here which draws the clock and the user cards etc does not have focus. That may mean that another window like the panel has focus instead

danirabbit avatar Jun 18 '21 16:06 danirabbit