-
Notifications
You must be signed in to change notification settings - Fork 168
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
Apply format issue with Japanese keyboard on mobile #2909
Comments
bump this issue |
I tried but as soon as I press the button, IME is dismissed so English letter will be applied to editor. Any special way to make the IME not dismissed? |
Were you using Japanese keyboard? Feels like it's a Japanese keyboard specific issue |
Probably you need to run it on mobile |
probably. In that case can you help debug and see why? Or maybe an easier fix is just to dismiss the IME when click out. |
Sure, but I'm not familiar with this part, do you have any clue or where should I start to debug? |
In Then in Finally in FormatPlugin, while handling compositionEnd event, we call That is the whole flow of how pending format works. |
Describe the bug
When a user use Japanese keyboard on mobile the toggle format doesn't work correctly.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The text shouldn't be bold
Screenshots
https://github.com/user-attachments/assets/48ad5165-24b0-4c78-8568-5b20b37f5ef7
Device Information
on both iOS and Android
The text was updated successfully, but these errors were encountered: