Skip to content
This repository has been archived by the owner on Jul 2, 2018. It is now read-only.

make autocomplete usable with Japanese inputs #60

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

apptaro
Copy link

@apptaro apptaro commented Jul 5, 2012

jquery-autocomplete does not work well with Japanese inputs on Firefox. This is caused because Firefox does not fire keydown events when Japanese IME is active. There are two ways to solve the issue: 1) use setTimeout to watch for changes. 2) Ignore inputs during Japanese IME is active, and evaluate inputs when it is done. I fixed the issue with the second option.

Ignore inputs during Japanese IME is active, and evaluate inputs when
IME is done.
@ghost ghost assigned dyve Aug 2, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants