-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Fixes a cursor offset mistake for Material on iOS #27851
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
Conversation
xster
left a comment
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.
Ok to do in a separate PR but we should have golden tests for the cursor on Material TextField on Android and iOS and for CupertinoTextField
|
LGTM modulo one more test |
|
LGTM. We can do this and add the test later to unblock the roll. |
HansMuller
left a comment
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.
LGTM (please undo the reformatting)
I want to make sure this isn't dropped - we need pre-commit golden image tests that would have caught this. |
Fixes #27626.