Comment 7 for bug 1306403

Revision history for this message
Nicolas Bessi - Camptocamp (nbessi-c2c-deactivatedaccount) wrote :

Ok I double check.

The animate was a trick for cross browser compatibility.
In order to show itself properly the map has to know precisely his div dimentions.
But on some browsers this info was not available a frame initialization so we trigger a div size change in order
to refresh dom values. But with latedt version of map API it causes some placement trouble.

We have to find a more robust fix, to ensure compatibility with older version of browser.

Regards

Nicolas