-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
vim: entering insert mode with 'a' can place cursor in middle of emojis #4108
Comments
This issue has not received any attention in 1 year. If you want to keep this issue open, please leave a comment below and auto-close will be canceled. |
Appears to still be an issue. |
I tried to reproduce this on the latest version of Ace in kitchen sink using your steps and it does not seem to be reproducible. Could you please confirm that? |
Very weird... I tried to reproduce again, and it seems like it reproduces inconsistently? For example: Screen.Recording.2022-06-29.at.11.07.39.AM.movUsing |
This PR fixes the issue in our dependency replit/codemirror-vim#49 Once it's merged we can update the dependency |
Fixed by this PR #4933 and released in version 1.11.1 |
Added additional fixes and released in 1.11.2 |
To reproduce, in kitchen sink:
https://ace.c9.io/build/kitchen-sink.html
At this point, pressing Backspace also removes the first element of the surrogate pair making up the emoji, leaving behind the other (now invalid) piece.
The text was updated successfully, but these errors were encountered: