maskjs
maskjs copied to clipboard
a-z mask bug
Looks like there is a bug in your demo page. Btw it should say a-zA-Z as upper case letters are also working.
What browser are you trying in? It's working fine for me in the last version of Chrome. And yes, upper case is allowed by the moment. That could be one of the future functionality
Im on Mac OS X, Chrome (Versjon 41.0.2236.0 dev (64-bit))
Where can I get the 41.0 version of Chrome?
Same on Linux Mint FireFox 34.0, it didn't work neither
@bguzmanrio I have actually no idea :P
Can I have your console logs, please?
hum there is nothing in the logs :/
By the way I couldn't do @, just ^ and `.
If you first type a ^
you can afterwards make a @
console logs are clean, nothing there. Also i noticed I could not start with an a
but any other char after index 0
was fine being an a
I am afraid I cannot test it on Linux Mint and Apple, but I can add a few console logs in order to discover what is going on
I have been trying on a Mac computer, but I was not able to reproduce that issue, both on Safari and Chrome... Try it again, and let me now if it is still happening
It looks like a browser/jquery bug.
Giving $("body").keypress(function(evt){console.log(evt)})
into the console, keypress
is never called for ^
or ´
on Firefox Mint but it does for @
(do not try it with mask.js, it prevents other keypress)