Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DLW] Input fields where typing is the next obvious action for user should be automatically given an input focus when appear on the screen #1093

Open
alexander-khrystych opened this issue Aug 23, 2018 · 0 comments
Labels
enhancement ux A user-experience issue. Can also be a bug.

Comments

@alexander-khrystych
Copy link

alexander-khrystych commented Aug 23, 2018

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:

  • 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

  1. Log into the web wallet using confirmed wallet with a non-zero balance
  2. Auth in market using that wallet
  3. Try create a new listing
  4. 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.

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

@alexander-khrystych alexander-khrystych added enhancement ux A user-experience issue. Can also be a bug. labels Aug 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement ux A user-experience issue. Can also be a bug.
Projects
None yet
Development

No branches or pull requests

1 participant