Ticket #3432 (new feature)

Opened 22 months ago

Last modified 22 months ago

No map resize support for IE9+

Reported by: maikp Owned by:
Priority: minor Milestone: 2.13 Release
Component: Map Version: 2.10
Keywords: IE9+ resize event Cc:
State:

Description

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.

Change History

Changed 22 months ago by crschmidt

  • milestone changed from 2.11 Release to 2.12 Release
Note: See TracTickets for help on using tickets.