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

[Material][PasswordBox] Content moves on pointer-over #1493

Closed
Xiaoy312 opened this issue Oct 25, 2024 · 5 comments · Fixed by #1497
Closed

[Material][PasswordBox] Content moves on pointer-over #1493

Xiaoy312 opened this issue Oct 25, 2024 · 5 comments · Fixed by #1497
Assignees
Labels
kind/bug Something isn't working

Comments

@Xiaoy312
Copy link
Contributor

Current behavior

notice the single pixel translation on the content:
material outlined passbox on hover
material outlined passbox on hover

Expected behavior

^ should not happen

How to reproduce it (as minimally and precisely as possible)

Environment

Nuget Package:
Package Version(s): f4256d1
Affected platform(s): any plat

Anything else we need to know?

@Xiaoy312 Xiaoy312 added the kind/bug Something isn't working label Oct 25, 2024
@Kunal22shah Kunal22shah self-assigned this Oct 29, 2024
@agneszitte
Copy link
Contributor

agneszitte commented Oct 29, 2024

Related issues for reference (as there was an issue for both TextBox and PasswordBox):

@morning4coffe-dev
Copy link
Member

@agneszitte Does the https://github.com/unoplatform/uno.studio/issues/537 no longer repro after/before the latest changes? Last week, I was able to repro the issue only on WASM with Uno.Themes master. I also discussed this issue with Martin and there might be some difference in how borders are rendered on WASM for now, which would be beneficial to investigate.

@agneszitte
Copy link
Contributor

agneszitte commented Oct 31, 2024

@agneszitte Does the unoplatform/uno.studio#537 no longer repro after/before the latest changes? Last week, I was able to repro the issue only on WASM with Uno.Themes master. I also discussed this issue with Martin and there might be some difference in how borders are rendered on WASM for now, which would be beneficial to investigate.

FYI @Xiaoy312, @jeromelaban

@morning4coffe-dev can you re-test it quickly on your side with latest Themes version please

@morning4coffe-dev
Copy link
Member

@agneszitte I can confirm, I no longer see the issue on WASM as well with the fixes, but the root cause may still be there in core. CC @MartinZikmund
While doing the testing, I noticed that we might need to apply the same fix for ComboBox/other controls with outline as well:

combobox.mp4

@Xiaoy312
Copy link
Contributor Author

Xiaoy312 commented Nov 1, 2024

While doing the testing, I noticed that we might need to apply the same fix for ComboBox/other controls with outline as well:

we will track that in #1500

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants