On 6 oct, 02:20, Chris Ramsdale <[email protected]> wrote:
>
> Would you mind following-up with code that replicates the issue?

Replace your foo() method with this one ;-)

public native void foo() /*-{
   var that = this;
   setTimeout(function() {
      [email protected]_issue_sandbox::bar()
();
   }, 1000);
}-*/;

(consider you're wrapping a JS library that does such things, or does
its own XMLHttpRequest thingy, or similar)

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