Aaah. I see. But somehow it was working before on KeyPress. But
clearly KeyPress should not be relied upon.

Thanks

On Dec 27, 12:24 am, "Allen Firstenberg" <[email protected]> wrote:
> From the 
> javadoc<http://google-web-toolkit.googlecode.com/svn/javadoc/1.5/com/google/g...>on
> KeyboardListener.onKeyPress():
> "It should be noted that many browsers do not generate keypress events for
> non-printing keyCode values, such as
> KEY_ENTER<http://google-web-toolkit.googlecode.com/svn/javadoc/1.5/com/google/g...>or
> arrow keys. These keyCodes can be reliably captured either with
> onKeyDown(Widget,
> char, 
> int)<http://google-web-toolkit.googlecode.com/svn/javadoc/1.5/com/google/g...>or
> onKeyUp(Widget,
> char, 
> int)<http://google-web-toolkit.googlecode.com/svn/javadoc/1.5/com/google/g...>.
> "
>
> It has been my experience that FireFox does it one way, and IE the other.
> Tho I can never remember which does which.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
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