yairEO / fancyInput

Makes typing in input fields fun with CSS3 effects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't work with accented characters on OSX

alexspeller opened this issue · comments

On OSX, try to type e.g. "é" by first pressing alt+e and then typing e - this seems to make everything break?

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).
It works properly in Windows (Chrome 35.0.1916.114).

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.