Hi,

What I'm trying to find out is whether one handler completes before
the next can be processed.  For example, one widget with on onBlur
event handler and a second widget with an onFocus or onClick event
handler.  The first widget has focus and then I click on the second
widget.  That should fire the onBlur event handler on the first object
and also fire the onClick or onFocus handler on the second object.
Which handler runs first and must it complete before processing begins
on the second event handler.  And then the $64,000, does the answer
depend on which browser the app is running on?

Thanks,
Rob

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