Open britannio opened 2 years ago
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: https://github.com/memspace/zefyr/pull/563
If no: can tou try it? If yes: can you try to revert it?
Good luck 😁
Hi,
Is this applied to the version of Zefyr you use: #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 b540c8296b48b9fa978df90cba2599ef3d5fee8c -m 1
In fact, the issue is present in https://github.com/memspace/zefyr/commit/d9c3443297d378b2bba798bce4d975314d856e24 and possibly further back.
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 https://github.com/memspace/zefyr/pull/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 b540c8296b48b9fa978df90cba2599ef3d5fee8c -m 1
In fact, the issue is present in d9c3443 https://github.com/memspace/zefyr/commit/d9c3443297d378b2bba798bce4d975314d856e24 and possibly further back.
— Reply to this email directly, view it on GitHub https://github.com/memspace/zefyr/issues/589#issuecomment-1024932692, 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