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 input overflows component #973

Closed
timokoessler opened this issue Feb 26, 2024 · 2 comments
Closed

PasswordBox input overflows component #973

timokoessler opened this issue Feb 26, 2024 · 2 comments
Labels
bug Something isn't working locked-due-to-inactivity

Comments

@timokoessler
Copy link

Describe the bug

If I enter more characters in a password field than it is wide, the additional characters are no longer visible and the cursor moves outside the PasswordBox.

To Reproduce

Check out PasswordBox Page in WPF UI Gallery.

Expected behavior

The behavior should be the same as a normal TextBox.

Screenshots

Screenshot 2024-02-26 083539

OS version

Windows 11 23H2 (Build 22631.3155)

.NET version

.NET 8.0

WPF-UI NuGet version

3.0.0

Additional context

No response

@timokoessler timokoessler added the bug Something isn't working label Feb 26, 2024
@alphaleonis
Copy link

The same behavior seems to be present for an editable ComboBox.

@tmijail
Copy link
Contributor

tmijail commented Mar 14, 2024

Related: #497

pomianowski added a commit that referenced this issue Mar 19, 2024
Fix content overflowing from PasswordBox, ComboBox and NumberBox (#497, #973)
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 19, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working locked-due-to-inactivity
Projects
None yet
Development

No branches or pull requests

3 participants