-
Notifications
You must be signed in to change notification settings - Fork 32
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
[Gallery][WASM][UI Components -TextBox] Misalignment of Clear Button with Cursor When Switching Between Textboxes #1458
Comments
@eriklimakc can you take a look and leave more info please |
From a quick test using an newly created Uno app: That's wasm only. Apparently the control is not changing to the "Focused" VisualState when it is clicked. This is reproducible on both the "FilledTextBoxStyle" and the "OutlinedTextBoxStyle". But also with PasswordBox, so I don't think this is a bug brought with the Header/Placeholder changes. |
This issue is also reproducible using |
It's reproducible on fluent from blank template: unoplatform/uno#18040 |
@Youssef1313 is unoplatform/uno#18042 will completely fix this issue, please? |
Yes it should, I think. |
@jhanvi03 can you retest this issue with latest Gallery canary build to verify if it is fixed please |
Tested with latest canary build and I am still able to reproduce. Screen.Recording.2024-09-04.at.2.12.24.PM.mov |
Latest available Uno.Sdk doesn't include the fix yet. We need unoplatform/uno.templates#941 first |
@Youssef1313 if you can update @jhanvi03 when it will be ready for QA again for this issue, it will be appreciated please |
It should be ready for testing again |
FYI @jhanvi03 I think you should be able to test this now, at least once there is a working canary :) |
The issue is resolved on Mac WASM but persists on iOS. On iOS, when moving the cursor from one textbox to another: MAC WASM: Test Pass
Screen.Recording.2024-09-09.at.9.56.14.AM.moviOS: Test Fail RPReplay_Final1725571807.2.MP4 |
@Youssef1313 I will let you take a look as @jhanvi03 is still able to reproduce on iOS please |
@ajpinedam Would you be able to help with the iOS part of this issue? |
Yes, sure I can look into it. (@Youssef1313 ). Thanks @agneszitte for assigning the issue to me :) |
Current behavior
When switching from one textbox to another, the cross sign (clear button) for removing text does not align with the cursor
Screen.Recording.2024-08-21.at.11.34.07.AM.mov
Expected behavior
The cross sign (clear button) should be consistently aligned with the cursor when switching between textboxes
How to reproduce it (as minimally and precisely as possible)
Environment
Nuget Package:
Package Version(s):
Affected platform(s):
Anything else we need to know?
Could be related to unoplatform/uno#17914 , unoplatform/uno#17633
The text was updated successfully, but these errors were encountered: