[OpenLayers-Trac] [OpenLayers] #3432: No map resize support for IE9+
OpenLayers
trac-20090302 at openlayers.org
Sat Jul 23 13:35:12 EDT 2011
#3432: No map resize support for IE9+
-------------------------------+--------------------------------------------
Reporter: maikp | Owner:
Type: feature | Status: new
Priority: minor | Milestone: 2.11 Release
Component: Map | Version: 2.10
Keywords: IE9+ resize event | State:
-------------------------------+--------------------------------------------
IE9 fires no resize events on div elements in standard mode.
This results in example 'full screen' works not more in IE9.
To fix thie behavior, the condition
{{{
if (OpenLayers.String.contains(navigator.appName, "Microsoft")) {
}}}
has to be removed.
--
Ticket URL: <http://trac.openlayers.org/ticket/3432>
OpenLayers <http://openlayers.org/>
A free AJAX map viewer
More information about the Trac
mailing list