Ticket #2806 (closed bug: duplicate)
loadend not fired in IE6 when a tile fails loading
| Reported by: | bartvde | Owned by: | ahocevar |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.12 Release |
| Component: | Tile.Image | Version: | 2.9 |
| Keywords: | Cc: | ||
| State: |
Description
this.imgDiv._attempts is undefined, 1 and 2, so this condition will never become true:
if (this.imgDiv._attempts > OpenLayers.IMAGE_RELOAD_ATTEMPTS) {
It should have been 1, 2 and 3 however.
So it seems OpenLayers.Util.onImageLoadError is run after the local onerror handler, indeed this is the case, I verified.
Change History
Note: See
TracTickets for help on using
tickets.
