-
Notifications
You must be signed in to change notification settings - Fork 987
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
Bug/password input cursor is jumping when typing password fast #19029
Bug/password input cursor is jumping when typing password fast #19029
Conversation
Jenkins Builds
|
88% of end-end tests have passed
Failed tests (5)Click to expandClass TestCommunityMultipleDeviceMergedTwo:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestCommunityOneDeviceMerged:
Expected to fail tests (1)Click to expandClass TestCommunityOneDeviceMerged:
Passed tests (42)Click to expandClass TestActivityMultipleDevicePRTwo:
Class TestActivityCenterContactRequestMultipleDevicePR:
Class TestOneToOneChatMultipleSharedDevicesNewUiTwo:
Class TestGroupChatMultipleDeviceMergedNewUI:
Class TestCommunityOneDeviceMerged:
Class TestCommunityMultipleDeviceMergedTwo:
Class TestCommunityMultipleDeviceMerged:
Class TestDeepLinksOneDevice:
Class TestActivityMultipleDevicePR:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
|
ec1f5db
to
02ac4c2
Compare
[:<> | ||
[rn/view {:style {:flex-direction :row}} | ||
[quo/input | ||
{:container-style {:flex 1} | ||
:type :password | ||
:default-value @default-value |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is the only related change, other just slight adjusting according new UI guidelines
@flexsurfer thanx for the PR. Initial issue is fixed and works fine. ISSUE 1 Sometimes cursor jumps back when typing fast in the name input filed (IOS)reproducing on iPhone X, IOS 16.7.5 Steps:
Actual result: Sometimes cursor jumps back when typing name fast. Also sometimes cursor starts lagging when deleting inout value. telegram-cloud-document-2-5402504821787868734.mp4 |
most likely it was introduced not in this PR ,could you create a separate issue please? |
sorry, you are right. I have just checked in another rebased PR and was able to reproduce. This PR is ready for merge. |
fixes #19004
there is a bug on some Android devices, that when text input is re-rendered text is removed from the native component, so temporary solution is to use default value, i used atom so it won't trigger re-rendering