Skip to content

feat(IdPassForm): arrow keys and mouse wheel to cycle saved accounts (#241)#251

Merged
lshw54 merged 1 commit intocodefrom
fix/issue-241-account-keyboard-select
Apr 26, 2026
Merged

feat(IdPassForm): arrow keys and mouse wheel to cycle saved accounts (#241)#251
lshw54 merged 1 commit intocodefrom
fix/issue-241-account-keyboard-select

Conversation

@lshw54
Copy link
Copy Markdown
Collaborator

@lshw54 lshw54 commented Apr 26, 2026

What

WPF login form let users cycle through saved accounts using keyboard arrows and mouse wheel on the account TextBox. The SPA didn't have this.

Fix

  • ArrowUp / ArrowDown on the account input cycles through savedAccountsForRegion
  • Mouse wheel on the account input does the same
  • Each cycle calls selectAccount() which prefills password / remember / autoLogin

Mirrors WPF behaviour reported in #241.

Closes #241

…241)

WPF login form let users cycle through saved accounts using keyboard
arrows and mouse wheel on the account TextBox. Adds the same to the
SPA: ArrowUp/Down and wheel events on the account input cycle through
savedAccountsForRegion, prefilling password/remember/autoLogin.

Closes #241
@lshw54 lshw54 self-assigned this Apr 26, 2026
@lshw54 lshw54 merged commit 514e65f into code Apr 26, 2026
2 checks passed
@lshw54 lshw54 deleted the fix/issue-241-account-keyboard-select branch April 26, 2026 05:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

關於v5.9.4一些小問題

1 participant