[OpenLayers-Trac] Re: [OpenLayers] #3278: OWSContext/v0_3_1.html
tests fail in IE8
OpenLayers
trac-20090302 at openlayers.org
Thu Apr 28 04:51:36 EDT 2011
#3278: OWSContext/v0_3_1.html tests fail in IE8
--------------------+-------------------------------------------------------
Reporter: erilem | Owner: tschaub
Type: bug | Status: new
Priority: major | Milestone: 2.11 Release
Component: Format | Version: 2.10
Keywords: | State:
--------------------+-------------------------------------------------------
Comment(by bartvde):
It seems it's got something to do with Map::moveTo and triggering
"moveend" on the layer which causes the IE exception in my case:
{{{
if (inRange && layer.visibility) {
layer.moveTo(bounds, zoomChanged,
options.dragging);
options.dragging || layer.events.triggerEvent(
"moveend", {zoomChanged: zoomChanged}
);
}
}}}
--
Ticket URL: <http://trac.openlayers.org/ticket/3278#comment:7>
OpenLayers <http://openlayers.org/>
A free AJAX map viewer
More information about the Trac
mailing list