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

Bugfix: Fix focus on NoparaPasswordBox that selects text instead of navigating to next field #1463

Merged
merged 1 commit into from May 28, 2019

Conversation

guggero
Copy link
Contributor

@guggero guggero commented May 23, 2019

Fixes #1430.

Background: The small button that is used to show the password is focusable but when it gets the focus for some reason the whole text is selected.
Quick fix is to not give the "Show password" button the focus.
If this button should be usable when navigating the forms with the keyboard, then a more elaborate fix needs to be implemented.

@nopara73
Copy link
Contributor

I think the bug is actually a hack around a larger bug, but I'm not sure @molnard created it, so it's up to him to review.

@nopara73 nopara73 requested a review from molnard May 24, 2019 07:19
@molnard
Copy link
Collaborator

molnard commented May 27, 2019

Solves the issue. Can be merged.

@nopara73 nopara73 merged commit 776d68c into zkSNACKs:master May 28, 2019
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.

Tab deletes password in box
3 participants