Question
KeyBoard event and full screen
Hi to everyone,
Look at this little sample of code. As you see, it lets the user go to full screen mode when he clicks on the blue restangle. A eventListener has been set to lesson to keyBoard events ...and the events detected are printed in a white textField
Here is what I noticed :
In FireFox
When I click to go to full screen mode, a keyboard event is detected ! ... a space bar keydown event !... I swear, i did not press this cursed space bar ! ... strange ...
In IE
No keydown event at all are detected .... and this time I pressed keys on my keyboard as if my life depended on it .... no effect ....
Thanks a lot to anyone who could give me a hint to get out of this problem. In fact, I really nead to make keyboard work in full screen mode (wich is, I guess, a pretty usual thing down here ...)
; )
Look at this little sample of code. As you see, it lets the user go to full screen mode when he clicks on the blue restangle. A eventListener has been set to lesson to keyBoard events ...and the events detected are printed in a white textField
Here is what I noticed :
In FireFox
When I click to go to full screen mode, a keyboard event is detected ! ... a space bar keydown event !... I swear, i did not press this cursed space bar ! ... strange ...
In IE
No keydown event at all are detected .... and this time I pressed keys on my keyboard as if my life depended on it .... no effect ....
Thanks a lot to anyone who could give me a hint to get out of this problem. In fact, I really nead to make keyboard work in full screen mode (wich is, I guess, a pretty usual thing down here ...)
; )