Skip to content
This repository has been archived by the owner on Jan 20, 2021. It is now read-only.

Doesn't work with accented characters on OSX #1

Open
alexspeller opened this issue Feb 20, 2013 · 11 comments
Open

Doesn't work with accented characters on OSX #1

alexspeller opened this issue Feb 20, 2013 · 11 comments

Comments

@alexspeller
Copy link

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

@yairEO
Copy link
Owner

yairEO commented Feb 21, 2013

will be fixed asap

@ralyodio
Copy link

seems to work in Firefox for me with é

@alexspeller
Copy link
Author

Should have been specific, this is Chrome (and possibly Safari, might be a webkit issue or just a Chrome one)

@ralyodio
Copy link

I see it decorates the text, but doesn't transition it. Probably just needs to handle .paste() better .

@yairEO
Copy link
Owner

yairEO commented Feb 22, 2013

this plugin is experimental, I am working on a better version now, with a textarea support (damn hard)

@yairEO
Copy link
Owner

yairEO commented Feb 24, 2013

fixed

@moramedia
Copy link

I just tried it with Chrome ver: 25.0.1364.99 and it didn't work

@yairEO
Copy link
Owner

yairEO commented Mar 1, 2013

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

@ghost
Copy link

ghost commented Jun 25, 2014

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).

@yairEO
Copy link
Owner

yairEO commented Jun 25, 2014

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?

@ghost
Copy link

ghost commented Jun 25, 2014

@yairEO I'm sorry, I didn't pay attention to last updates date.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants