Skip to content
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

Chinese IME glitches when creating tags #6

Closed
jerrylususu opened this issue May 28, 2021 · 1 comment
Closed

Chinese IME glitches when creating tags #6

jerrylususu opened this issue May 28, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@jerrylususu
Copy link
Contributor

When I try to create a tag in Chinese, it seems that intermediate results (created by the IME) will be captured. It's basically impossible to create Chinese tags besides first type it somewhere else then copy back in.
image

The issue seems to be caused by the usage of keydown event, which failed to correctly handle the composition string created by IME. Probably CompositionEvent is the right choice.

@chuanqisun chuanqisun self-assigned this May 29, 2021
@chuanqisun chuanqisun added bug Something isn't working enhancement New feature or request and removed bug Something isn't working labels May 29, 2021
@chuanqisun
Copy link
Collaborator

#7 addressed this issue. The fix is released as 2.3.0, and is live in Firefox, but may take up to a week for Edge to pick up. I screwed up the Chrome Store release (accidentally released the same old version again) and system won't let me cancel. So it would take up to 6 days for Chrome to get my actually latest release. Sorry for the delay.

谢谢!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants