jaridmargolin / formatter.js

Format html inputs to match a specified pattern
http://firstopinion.github.io/formatter.js
2.48k stars 235 forks source link

Foreign language accents still appearing #7

Open mckaythomas opened 11 years ago

mckaythomas commented 11 years ago

When foreign languages are enabled for the keyboard, the accents associated with that language can still be triggered. Formatter ignores them once a number is struck, but they still show when typing.

jaridmargolin commented 11 years ago

The issue is due to the keypress event not being fired on US international keyboards. Further investigation of the following needed:

https://code.google.com/p/chromium/issues/detail?id=132668 https://bugzilla.mozilla.org/show_bug.cgi?id=308820

A few notes.