Closed Amir-P closed 2 years ago
Seems like this issue is not happening on real devices and on simulators, it's only happening if you use physical keyboard not the keyboard on simulator. I'm not sure if this should be closed or not. WDYT? @pulyaevskiy
Thanks for reporting.
After a quick test it looks like the issue occurs when a character is deleted, the _sentRemoteValues list keeps growing, which should never happen. It practically should be empty most of the time.
I'll try to debug this a bit more to find the root cause.
Fixed by #563
Steps to Reproduce
Logs
I tried the word "Hey" and here is the logs I gathered from functions
updateEditingValue
andupdateRemoteValueIfNeeded
fromRawEditorStateTextInputClientMixin
. The issue comes from adding the remaining parts of text after removing a character from it which then prevents updating document when you're typing that text again.