jquery-autocomplete icon indicating copy to clipboard operation
jquery-autocomplete copied to clipboard

make autocomplete usable with Japanese inputs

Open apptaro opened this issue 13 years ago • 0 comments

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.

apptaro avatar Jul 05 '12 09:07 apptaro