Ticket #1417 (closed bug: fixed)
resizing the map quickly messes up tile load events (singleTile)
| Reported by: | bartvde | Owned by: | euzuro |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.6 Release |
| Component: | Layer.Grid | Version: | 2.5 |
| Keywords: | Cc: | ||
| State: | Complete |
Description
When resizing the map quickly (so resize before the tiles from the previous resize are in), the LoadingPanel keeps spinning, indicating that something goes wrong with the load events.
If I removed the clearGrid call from onMapResize in Grid.js all is fine.
onMapResize: function() {
if (this.singleTile) {
//this.clearGrid();
this.setTileSize();
}
},
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

