Ticket #2065 (reopened bug)
XMLHttpRequest: abort(read()) error
| Reported by: | fredj | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 2.13 Release |
| Component: | Protocol.HTTP | Version: | 2.8 RC1 |
| Keywords: | Cc: | ||
| State: | Needs Discussion |
Description
The following html:
<html>
<head>
<script src="http://www.openlayers.org/dev/lib/OpenLayers.js"></script>
<script type="text/javascript">
var protocol
function init() {
protocol = new OpenLayers.Protocol.HTTP();
protocol.abort(protocol.read());
}
</script>
</head>
<body onload="init()"></body>
</html>
Raises an error on IE 7 (popup window), is silenced ignored in FF 3.0.9 without firebug and an error message is shown if firebug is installed. Both error messages blame browser:/trunk/openlayers/lib/OpenLayers/Request/XMLHttpRequest.js line 200
Seems to be related to http://openlayers.org/pipermail/dev/2009-April/004788.html
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

