mootools-meio-autocomplete icon indicating copy to clipboard operation
mootools-meio-autocomplete copied to clipboard

Different e.key values in 'delayedKeyrepeat' and 'keyup' events

Open mohsentaleb opened this issue 12 years ago • 1 comments

When using the script for languages other than English, like Arabic, I get different e.key values in 'delayedKeyrepeat' and 'keyup' events, thus weird behavior in hiding and showing the list.

in /Source/Meio.Autocomplete.js: try logging e.key in console in lines 115 and 136.

console.log(e.key): Line 115 : "س" console.log(e.key): Line 136 : "s"

P.S. I'm using FF17

mohsentaleb avatar Jan 14 '13 14:01 mohsentaleb

Any suggestions?

mohsentaleb avatar Aug 27 '13 10:08 mohsentaleb