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

japanese characters not creating tags #61

Open
nikse opened this issue Jun 11, 2012 · 1 comment
Open

japanese characters not creating tags #61

nikse opened this issue Jun 11, 2012 · 1 comment

Comments

@nikse
Copy link

nikse commented Jun 11, 2012

I am getting weird behavior when trying to enter japanese characters into the text bar. Very rarely they are entered properly and a tag is created for the text I put in, but for the most part whenever I change my keyboard to japanese, type a few characters and then hit enter nothing happens.

I did some debugging on this and it seems like an event is being missed and in fact, when nothing happens, the onEnterKeyPress function is never even being run in the tag plugin. I have also checked the keycode that is fired off when this is going on and it is indeed 13.

Any help on this issue would be appreciated as I have tried to debug this for a while now with no avail.

@nikse
Copy link
Author

nikse commented Jun 11, 2012

I just figured out that if I hold down enter for about half a second and then let go of it the text is entered correctly and the tag is created. But if I just normally hit enter nothing is happening and the enter event is not fired. Weird

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

No branches or pull requests

1 participant