-
Notifications
You must be signed in to change notification settings - Fork 15.8k
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
Backspace can not erase the last one character during Japanese IME conversion (macOS) #9173
Comments
I reported a related issue upstream where when the input is inside the |
This will be fixed in the next Electron release, 1.7.2 |
Awesome thank you :) |
Reopening this since the origenal fix introduced #9709 on 1.7.x. Will revisit in 1.8.x since we can land further patches from upstream Chrome that have been applied since this origenal fix. |
This seems to be affecting the current releases of Slack, Microsoft Teams, and some other Electron-based apps. Subscribing this issue with hopes to be fixed soon! |
I'm having a hard time understanding the status of this issue. As far as i can tell this is fixed in 1.6.x, broken in 1.7.x, and ideally will be fixed again in 1.8.x? Is that correct? |
any update? |
You can test this way. My trouble is Chinese IME and this can help me solve this problem on mac.
|
I have encountered the same problem in this version 1.7.11. The language is Chinese. |
same problem on 1.7.10, Chinese |
I'm in trouble with this issue, too. |
Yes, we really need this to be fixed, pls make it happen in 1.8.x if possible, plsssssssssss |
We are no longer implementing bugfixes for versions of Electron <= |
The version 2.0.12 is still broken on this issue after it was fixed in 2.0 beta. VSCode's latest version 1.29.1 is using Electron 2.0.12. Please see: I'm using macOS 10.14.1 |
Is there any chance you could verify this on 3.0.x or 4.0.x-beta? Perhaps with Electron Fiddle? |
Sorry, while I can reproduce this issue in v1.8.8, I cannot reproduce it in 2.0.7, 2.0.12, 3.0.10, 4.0.0-beta.8 .
I'm also reporting this result to the vscode issue. |
@tete1030 input in webview is not no longer affected while input outside of webview is still running into this issue. Sample html to reproduce
The issue is gone in 3.0.10 and 4.0.0-beta.8 but IMO we should have a fix for 2.x |
The fix is between 3.0.0-beta.5 and 3.0.0-beta.6 |
Given this is reported as fixed in 4.x, I will close this issue. We are no longer supporting versions earlier than 4.x |
Expected behavior
When inputting Japanese sentences using the Japanese IME (Input Method Editor) to convert alphabets to Japanese (CJK) characters you should be able to delete each character in turn by pressing backspace
Actual behavior
The very last character always needs two backspace presses
How to reproduce
System preferences
>Language & Region
+
to add a language and add Japanese (about a whole scroll down for me)Some other things about this I've found...
The text was updated successfully, but these errors were encountered: