Ticket #3432 (new feature)
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
Note: See
TracTickets for help on using
tickets.
