maskjs icon indicating copy to clipboard operation
maskjs copied to clipboard

a-z mask bug

Open furier opened this issue 10 years ago • 12 comments

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.

furier avatar Dec 08 '14 19:12 furier

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

bguzmanrio avatar Dec 08 '14 19:12 bguzmanrio

Im on Mac OS X, Chrome (Versjon 41.0.2236.0 dev (64-bit))

furier avatar Dec 08 '14 19:12 furier

Where can I get the 41.0 version of Chrome?

bguzmanrio avatar Dec 08 '14 19:12 bguzmanrio

Same on Linux Mint FireFox 34.0, it didn't work neither

darkship avatar Dec 08 '14 20:12 darkship

@bguzmanrio I have actually no idea :P

furier avatar Dec 08 '14 20:12 furier

Can I have your console logs, please?

bguzmanrio avatar Dec 08 '14 20:12 bguzmanrio

hum there is nothing in the logs :/

By the way I couldn't do @, just ^ and `.

darkship avatar Dec 08 '14 20:12 darkship

If you first type a ^ you can afterwards make a @

furier avatar Dec 08 '14 21:12 furier

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

furier avatar Dec 08 '14 21:12 furier

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

bguzmanrio avatar Dec 08 '14 23:12 bguzmanrio

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

bguzmanrio avatar Dec 15 '14 09:12 bguzmanrio

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)

darkship avatar Jan 05 '15 16:01 darkship