Re: GWT tutorial KeyPressHandler bug using Firefox 3.6.13
In Swing you can sometimes get a different result if you type a key
and return the result via both KeyPress and KeyUp, so the fact that
the Enter key generates 13 from KeyUp and 0 from KeyPress isn't
totally mysterious. I'd just like the GWT folks to update that part of
the tutorial to reflect the new behavior, or at least note the
inconsistency between different browsers and different versions of
GWT.
If someone who's totally new to GWT decides to run through the
tutorial to see what GWT is about, then they're going to think GWT
still isn't good enough when they run into a fundamental problem like
the KeyPress issue right at the start of the tutorial.
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home