podio / jquery-mentions-input

MIT License
985 stars 333 forks source link

Support for other language in Mentions Input #117

Open ShriVishnu opened 9 years ago

ShriVishnu commented 9 years ago

Hi, I am using jquery-mentions-input for a big product. First, thanks for which you provided! We have support to many languages. Today, I found that it is not able to mention a name in some languages like Japanese,chinese,etc., (I also checked with few other languages which is working fine). May I know the reason why it isn't working ? Or there is no support for other languages.

Is there any fix or workaround to overcome this issue ?

djhvscf commented 9 years ago

Hi @ShriVishnu Yes, I'm working on some issues and this is one. But remember that the pull requests are welcome. Thank you

cmrd-senya commented 9 years ago

Isn't it the same as #59?

avinashdaiict commented 7 years ago

The reason behind this issue is that the keypress event is not fired with the japanese and chinese inputs https://bugzilla.mozilla.org/show_bug.cgi?id=354358 Due to this the inputBuffer is not updated with the latest values and thus we have this problem