On Tuesday, November 6, 2012 5:05:55 PM UTC+1, Juan Pablo Gardella wrote:
>
> Use KeyUpEvent. Keypress is not fully crossbrowser.
>
>
More accurately, keypress is only about "printable characters", in all 
*but* Mozilla, where it's fired for each and every key event. Additionally, 
Mozilla fails to fill the charCode property of the event for the "enter" 
key.
It's however a total mess of incompatibility for repeated events, between 
browsers, but also for the same browser depending on platform.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/aWMeIlK3IwMJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to