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

PasswordBox (revealed password) does not show IBeam/caret when tabbing into PasswordBox #3095

Closed
nicolaihenriksen opened this issue Feb 21, 2023 · 0 comments · Fixed by #3096
Assignees
Labels
Milestone

Comments

@nicolaihenriksen
Copy link
Contributor

Bug explanation

When tabbing (Tab key) into a PasswordBox which is set to reveal the password, the "clear text" password field does not receive keyboard focus. The PasswordBox changes it state to "Focused", but the IBeam/caret does not show up in the TextBox.

PasswordBoxFocusIssue

In comparison, it does get the IBeam/caret when the password is not revealed:

PasswordBoxFocusIssue2

There shouldn't be a (visual) difference in this, seen from a users perspective.

Version

4.7.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant