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

PasswordEntryBox: incorrect/confusing entry point after incorrect password #12849

Open
MarnixCroes opened this issue Apr 15, 2024 · 3 comments
Open

Comments

@MarnixCroes
Copy link
Collaborator

General Description

after having entered a wrong password, the entry point is in front of the entry, for the first character entry.
If you type a second character, it is added "normally" -> on the right side -> so not at the entry point

How To Reproduce?

enter wrong password
either at sending or wallet opening

Screenshots

image

Screencast.from.15-04-2024.18.21.12.webm

Wasabi Version

2.0.7

@MarnixCroes MarnixCroes added the UI label Apr 15, 2024
@soosr
Copy link
Collaborator

soosr commented Apr 16, 2024

Can repro on TagsBox, but only after the first label is added. If you type the first char and then delete it, it gets fixed. The caret position is just visually wrong, it adds the next char in the proper position.
image

@soosr
Copy link
Collaborator

soosr commented Apr 16, 2024

This is fixed in 11.0.10.

Change this value to 11.0.10 to test:

<AvaloniaVersion>11.0.999-cibuild0044755-beta</AvaloniaVersion>

@soosr soosr added the avalonia label Apr 16, 2024
@collins-okafor
Copy link
Contributor

This is fixed in 11.0.10.

Change this value to 11.0.10 to test:

<AvaloniaVersion>11.0.999-cibuild0044755-beta</AvaloniaVersion>

This fixes it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🚀Doing
Development

No branches or pull requests

3 participants