mootools-meio-autocomplete
mootools-meio-autocomplete copied to clipboard
Different e.key values in 'delayedKeyrepeat' and 'keyup' events
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
Any suggestions?