>
> this does not get fired if i simply tab out from the text box. It fires in
> the case when i put some char and delete it and then tab out. is it a bug?
>

No. If the value has changes then, when it loses focus, the ValueChange
event will fire. If it hasn't changed, then it hasn't changed and so it
won't.

Try the Blur event which fires as the user leaves, whatever.

Ian

-- 
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-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to