Re: lostFocus/change events and Composites

2008-12-18 Thread Dave Ford
As a follow up to this: DOJO handles this situation correctly. GWT's SuggestBox does not. Try running this minimal DOJO example (in Firefox or Safari - i am using console.log) with the JavaScript console showing. Also, do a view source to see how i specified the change and blur handlers. Then (t

lostFocus/change events and Composites

2008-12-17 Thread Dave Ford
I have an issue and I suspect others may have encountered (and solved) this as well. It deals with change events and composite widgets. My problem occurs when combining two tasks that individually do not present a problem: 1. Using change listeners (or blur listeners). All of the stock html