Hello, We have a version of production under 1.5.2. The UI is polling for events to a jetty webapp and waiting on jetty continuation for upto a minute max. Now if the browser is closed or user moves away from page, I am trying to interrupt the event poll from UI by calling Request.cancel(). However that does not seem to work in IE. I checked using fiddler and the request still simply waits around till timeout. I have made sure that the cancel is being called, through alerts. In firefox it works just fine. Has anyone noticed this problem. Is there something I am doing wrong or missing something.
Any help is greatly appreciated. Thanks, -Jayant. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
