Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google Maps & Animations #15

Open
lemonkiwis opened this issue Jul 24, 2011 · 1 comment
Open

Google Maps & Animations #15

lemonkiwis opened this issue Jul 24, 2011 · 1 comment

Comments

@lemonkiwis
Copy link

AFAICT this only occurs in IE 7/8 - didn't test 6 or 9. Whenever I load a Google map (just a standard Google map link) in the modal, with either animation, portions of the map don't render properly. There seems to be portions that don't get loaded for whatever reason and those sections end up being transparent. Loading with animation: 'none' works fine.

@jschrewe
Copy link

If you change the size of the div containing the map (map_canvas in the examples) you have to call AFAIK google.maps.event.trigger(map, 'resize'); where map is var map = new google.maps.Map(document.getElementById("map_canvas"), options); after the element has it's final size.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants