-
Notifications
You must be signed in to change notification settings - Fork 551
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
Text loss with some Android keyboards #589
Comments
It's worth noting that Flutter's TextField does behave correctly with the Typewise keyboard. |
@pulyaevskiy Is there anything I can do to accelerate the fix for this? Also, I suspect that there are a select few Flutter maintainers responsible for the breaking changes to the editing API that have more context behind the issue. Maybe we can figure out who to contact? |
Hi, Is this applied to the version of Zefyr you use: #563 If no: can tou try it? Good luck 😁 |
Oh ok. Thanks for the investigation.
…On Sat, Jan 29, 2022, 16:32 Britannio Jarrett ***@***.***> wrote:
Hi,
Is this applied to the version of Zefyr you use: #563
<#563>
If no: can tou try it? If yes: can you try to revert it?
Good luck 😁
Yes and reverting didn't fix it.
git revert b540c82 -m 1
In fact, the issue is present in d9c3443
<d9c3443>
and possibly further back.
—
Reply to this email directly, view it on GitHub
<#589 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAL75NYJKKIVLGLOPBFMALUYQB77ANCNFSM5LLAXJ4A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you commented.Message ID:
***@***.***>
|
Steps to Reproduce
Example: https://photos.app.goo.gl/nSfXogKvZTRkzz7TA
I can't remember which Flutter version this issue was introduced in. Possibly when
userUpdateTextEditingValue
was introduced to Flutter'sTextSelectionDelegate
.Logs
The text was updated successfully, but these errors were encountered: