You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.
When Ledger Live is password protected, I would expect the password field to focus by default, or when I start to type my password.
Looking at the code, the second option (on KeyDown) has been partially implemented but the there's no id associated to this field, so it can't work.
I notice this every time I use the app and shout out loud "but why??".
So I'll push a fix in the coming minutes.
Actual behavior
No autofocus on password field, user has to click tu field before typing his password.
Steps to reproduce the behavior
Given Ledger Live is password protected
When I open the app
Then I should see the lock screen
When I start to type my password
Then the password field should be filled <= This fails.
The text was updated successfully, but these errors were encountered:
tomav
added a commit
to tomav/ledger-live-desktop
that referenced
this issue
Apr 10, 2022
tomav
changed the title
When password protected, Ledger Live does not focus on password field on startup
When password protected, Lock Screen does not focus on password field on startup
Apr 10, 2022
tomav
changed the title
When password protected, Lock Screen does not focus on password field on startup
When password protected, Ledger Live Lock Screen does not focus on password field on startup
Apr 10, 2022
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Ledger Live Version and Operating System
Expected behavior
When Ledger Live is password protected, I would expect the password field to focus by default, or when I start to type my password.
Looking at the code, the second option (on
KeyDown
) has been partially implemented but the there's noid
associated to this field, so it can't work.I notice this every time I use the app and shout out loud "but why??".
So I'll push a fix in the coming minutes.
Actual behavior
No autofocus on password field, user has to click tu field before typing his password.
Steps to reproduce the behavior
The text was updated successfully, but these errors were encountered: