-
Notifications
You must be signed in to change notification settings - Fork 284
Doesn't work with accented characters on OSX #1
Comments
will be fixed asap |
seems to work in Firefox for me with é |
Should have been specific, this is Chrome (and possibly Safari, might be a webkit issue or just a Chrome one) |
I see it decorates the text, but doesn't transition it. Probably just needs to handle .paste() better . |
this plugin is experimental, I am working on a better version now, with a textarea support (damn hard) |
fixed |
I just tried it with Chrome ver: 25.0.1364.99 and it didn't work |
I simply do not know why it doesn't work, must be some problem understanding the charCode. maybe you use some weird keyboard installation on your OS or some 3rd party software...please debug the keyCode on the keyPress event and let me know the number |
Problems with accentuated chararacters like á, é, í, ó or ú. The input box becomes crazy and doesn't respond. Browsers: Firefox 26 (Linux-Centos), Chrome 35.0.1916.114 (Linux-Centos), Firefox 30 (MacOSX 10.9.3). |
I don't know. I do not work on this code anymore, it was only for fun, nothing for production-use. Also, I only work on windows. again, i'm guessing it's a charcode issue. maybe fancyinput uses a font that doesn't have those characters on a MAC? |
@yairEO I'm sorry, I didn't pay attention to last updates date. |
On OSX, try to type e.g. "é" by first pressing alt+e and then typing e - this seems to make everything break?
The text was updated successfully, but these errors were encountered: