SS
unread,Dec 27, 2010, 1:02:56 AM12/27/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
Hi All,
I am facing tabing and keyboard events related issues in a custom
grid created using composite in our application.To handle all the
keyboard events we have a KeyDownHandler added to the focuspanel which
wraps the grid.Another listener is attached at the field level .This
field change listener sets the value to the context. When the user
types in fast or tabs out fast after making text entry , sometimes
field level listener is not invoked at all.KeyDownHandler , however,
is always invoked.This happens only if I type in fast .In the GWT
debug mode in the eclipse if I put a debug point in either
KeyDownHandler or the field change listener the issue is not
reproducible.
Any pointers to resolve this issue will be really helpful.
Thanks