The KeyUp handler fires once the key has been processed, so when you check your widget, it should already contain the character. When you use KeyDown, you can even block the character because you are handling the event before the widget has it, so when you check your widget, it's always one character stroke behind. This is particularly confusing if they've selected all and click DELETE, since the KeyDown check will still show all of the original data before the delete takes place.
-- 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=.
