Hi all,

I encountered a really nasty problem in IE.

What I try to do is to load google maps api on demand and than show
maps with some markers. Everything works except displaying info widow
on marker click event. IE shows some meaningless error message, in
other browsers it works without any errors.

What I found interesting is that the same google maps code works when
google maps api is loaded in the standard way and it does not work
when it is loaded dynamically.

Here is an example page:

http://devel.kinkaa.de/~lukasz/tmp/html/wl_15/hotel/129726/1/Danzig/Polen/090408/billige-hotels-in-Danzig-im-April-2009/f=0

click on '<<< grosse Karte' link under small map on the right side and
than on one of red markers on the big map -> IE returned error, info
window is not shown

Error is caused by executing:

marker.openInfoWindowHtml(html, {maxWidth: 300});

Example when maps api is loaded in the standard way:

http://www.kinkaa.de/html/wl_15/hotel/129726/1/Danzig/Polen/090408/billige-hotels-in-Danzig-im-April-2009/f=0#results_container

It works in IE.

Does anyone of you have any idea what is the reason of this error in
IE ?
How can I fix this problem ?

Best,
Lukasz

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to