[OpenLayers-Trac] [OpenLayers] #2847: viewRequestID regression and
mixin issue
OpenLayers
trac-20090302 at openlayers.org
Fri Sep 17 18:44:14 EDT 2010
#2847: viewRequestID regression and mixin issue
------------------------+---------------------------------------------------
Reporter: ahocevar | Owner: ahocevar
Type: bug | Status: new
Priority: major | Milestone: 2.11 Release
Component: Tile.Image | Version: 2.10
Keywords: | State: Review
------------------------+---------------------------------------------------
r10755 brings a regression, because the code shuffling needed for making
Tile.Image.IFrame a mixin caused an unintended change in execution flow:
renderTile needs to update the viewRequestID every time, and not just when
a new imgDiv is created.
The way Tile.Image.IFrame is mixed in will cause the mixin to always be
applied, unless the maxGetUrlLength is explicitly set.
The attached patch fixes these regressions. All tests pass. Thanks for any
review
--
Ticket URL: <http://trac.openlayers.org/ticket/2847>
OpenLayers <http://openlayers.org/>
A free AJAX map viewer
More information about the Trac
mailing list