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
Certain input fields should get auto-focus so user could start typing right away saving this pointless mouse click. This mouse click is surely unnecessary to do as usually filling out the following input fields is the only thing that needs to be done once user reaches it:
Onboarding screen:
Recovery phrse @ /onboarding/import
Invite code @ /onboarding/unlock
Application message text box @ /onboarding/get-invite
Choose your username (alias) @ /onboarding/unlock?invite=username (redirection from invite link)
Enter passowrd for wallet @ modal window asking for encryption password:
Send MRT
Send MRT to Market escrow
Clear data and logout
Delete wallet @ 'Wallets' section
Backup
Confirm the invitation
Change password
Steps
Log into the web wallet using confirmed wallet with a non-zero balance
Auth in market using that wallet
Try create a new listing
Check the input focus when password modal appears upon sending MRT to escrow
Expected behaviour
Input focus is automatically given to password input field so user could type in his password right away.
Actual behaviour
Password field doesn't have an input focus right away and has to be clicked.
Describe the issue
Certain input fields should get auto-focus so user could start typing right away saving this pointless mouse click. This mouse click is surely unnecessary to do as usually filling out the following input fields is the only thing that needs to be done once user reaches it:
Recovery phrse
@/onboarding/import
Invite code
@/onboarding/unlock
Application message text box
@/onboarding/get-invite
Choose your username (alias)
@/onboarding/unlock?invite=username
(redirection from invite link)Enter passowrd for wallet
@ modal window asking for encryption password:Steps
Expected behaviour
Input focus is automatically given to password input field so user could type in his password right away.
Actual behaviour
Password field doesn't have an input focus right away and has to be clicked.
Attachements
https://www.dropbox.com/s/fnajpjtp4xv8quc/2018-08-23%2013-44-46.mp4?dl=0
What version of LightWallet Stack and meritd are you using?
WebWallet v1.9.2
#45fe32e84
DLW v1.9.6
#796d8e734
Any extra information that might be useful in the debugging process.
It doesn't depend on a specific version
The text was updated successfully, but these errors were encountered: