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

Multibyte characters - autocomplete does not work #739

Closed
tomiford opened this issue Jul 26, 2012 · 5 comments
Closed

Multibyte characters - autocomplete does not work #739

tomiford opened this issue Jul 26, 2012 · 5 comments

Comments

@tomiford
Copy link

Chosen select's autocomplete does not work for multibyte characters such as Japanese.

When you type in Japanese into a select box chosen does not search for options containing the Japanese characters entered.

@tomiford
Copy link
Author

This is a firefox specific issue.

@tomiford
Copy link
Author

Further info on this issue. Firefox handles input by IME, it requires the user to click ENTER to convert what they typed letters to the Japanese/Chinese/Korean characters.

In chosen clicking ENTER selects the first list value and renders the search box useless in Firefox.

The jqueryUI autocomplete project has had to deal with the same issue, see similar bug reports on their project here:
jquery/jquery-ui#169
http://bugs.jqueryui.com/ticket/5933

@michael-langford
Copy link

Use http://ivaynberg.github.com/select2/ if you want chosen styling and use multibyte charsets.

@jiru
Copy link

jiru commented Oct 18, 2014

#2017 may solve this issue.

@pfiller
Copy link
Contributor

pfiller commented Jun 3, 2016

I'm going to #wontfix this issue. It seems like there may be some potential progress coming from Mozilla:

We'll dispatch "keydown" and "keyup" events in the future for compatibility with other browsers

In the meantime, you can look to #2017 if you need to patch Chosen.

@pfiller pfiller closed this as completed Jun 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants