KeyboarEvent.KEY_UP / KEY_DOWN wrong charCode
Hi,
I just found a problem using charCode of KeyboardEvent, when shift key is pressed the charCodes.
On French keyboard, there is numéral on top the keyboard
without shift key there is:
&é"'(-è_çà
and with shift key there is
1234567890
But when I trace the charCode, i got:
without shift
&é"'(-è_çà
it's ok
with shift:
&É""(_È_ÇÀ
it's wrong !
I'm trying to make a password input like in IOS with character restriction and I don't know how to do it if the charCodes are wrong.
I will add the problem in the bugbase
EDIT:
I just filled a bug in the bugbase: https://bugbase.adobe.com/index.cfm?event=bug&id=4177479
