[OpenLayers-Trac] Re: [OpenLayers] #3297: XMLHttpRequest.js : do
NOT call _object.send after _object.abort
OpenLayers
trac-20090302 at openlayers.org
Wed May 11 11:44:29 EDT 2011
#3297: XMLHttpRequest.js : do NOT call _object.send after _object.abort
--------------------+-------------------------------------------------------
Reporter: flexer | Owner:
Type: bug | Status: new
Priority: minor | Milestone: 2.11 Release
Component: Ajax | Version: 2.10
Keywords: | State:
--------------------+-------------------------------------------------------
Changes (by jorix):
* cc: xavier.mamano@… (added)
Comment:
Replying to [ticket:3297 flexer]:
> I have got this error:
>...
> Look at Request.js:
{{{
window.setTimeout(function(){
if (request._aborted !== true) {
request.send(config.data);
}
}, 0);
}}}
This code is no longer in the trunk.
Please check if using the trunk also fails.
See #2913
--
Ticket URL: <http://trac.openlayers.org/ticket/3297#comment:4>
OpenLayers <http://openlayers.org/>
A free AJAX map viewer
More information about the Trac
mailing list