Thats a great work-around, I did notice that forcing load() down the
browsers throat after the map disappeared would bring it back, but I
didn't think about setting it to a timeout. However, the fact that the
map flashes while it reloads won't work in this case because of the
amount of redrawing occuring (not only scriptaculous/jquery)...I've
decided to throw the map into an iFrame and pass the variables to it
in the URL (theres not that many in my case).

Thanks for the help guys..I hope someone comes up with a real solution
to this sometime.

On Jan 22, 12:32 am, antoine <[email protected]> wrote:
> Hello devRx
>
> I had a similar problem...and found a workaround... it is not a bug
> fix but it work though...
> I use jquery (like you use scriptaculous) to slide up and down the map
> and it caused the map to disappear under IE !
>
> I've found that i could set a setTimeout function that will call the
> Google Map load function and as you can see in this exemple:
>
> function reloadMap(){
>   setTimeout("load()",675); // 1000 = 1 second
>
> }
>
> here is a page where i use the 
> trick:http://www.expertshop.be/fr/shop/998/aveve-quintelier-tuin-hobby.htm
> (click the link under the address to slide down the map)
>
> hope that will help you... but considering what larry pointed out with
> the fact that launching the load function again worked... it might
> work for you !
>
> cheers !
--~--~---------~--~----~------------~-------~--~----~
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