SmartGWT version : v9.1p_2015-02-14/Enterprise Deployment (built 2015-02-14)
Browers: IE 11
Test Case: time to time our application encounter below exception in ie 11.
This is specially when we perform any operation which triggers dsRequest from browser to server and perform another UI operation without waiting for the response of the previous dsRequest. when this happens, using developer tool bar we can see the http request is aborted by the browser. As i understood this kind of scenarios can happen in any moment in an ajax based application. So is there any solution at the smartgwt framework level to handle this kind of scenarios.
Any kind of advice,suggesion is highly appreciated.
Browers: IE 11
Test Case: time to time our application encounter below exception in ie 11.
This is specially when we perform any operation which triggers dsRequest from browser to server and perform another UI operation without waiting for the response of the previous dsRequest. when this happens, using developer tool bar we can see the http request is aborted by the browser. As i understood this kind of scenarios can happen in any moment in an ajax based application. So is there any solution at the smartgwt framework level to handle this kind of scenarios.
Any kind of advice,suggesion is highly appreciated.
Comment