Let me re-state it (once more): there was a bug in versions before 2.1.0, 
where you couldn't tell whether the user pressed the down arrow or the left 
parenthesis (or something like that).
GWT 2.1 fixes that bug, but then it exposes a more "low level" behavior 
where you directly get what the browser gives you; and Firefox has a really 
odd behavior (not to mention that it's different depending on the platform).
I believe it *cannot* be fixed while keeping the KeyDown/KeyPress dychotomy; 
only a higher-level API (such as what's in Google's Closure Library) could.

-- 
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