mouseout is certainly called, however as Rossko says, what you actually want
is

infowindow.close();

also - you have a trailing comma that will cause problems in JScript under
IE:

var marker = new google.maps.Marker({
     position: latlng,
     map: map,
});

Cheers
Chris

On Sun, Oct 17, 2010 at 8:35 AM, José Luis <[email protected]> wrote:

> On 14 oct, 05:16, Luke Mahé <[email protected]> wrote:
> > Are you able to supply a link to your example? It will help us
> > in figuring out what you are doing.
>
> Yes. I have reduced it to the following example:
> http://delicias.dia.fi.upm.es/~josegonzalez/fb/test.html
>
> As you can see, passing the pointer over the marker shows the window,
> but moving it away doesn't remove it. The mouseout handler clearly
> isn't called.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Maps JavaScript API v3" group.
> To post to this group, send email to
> [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-maps-js-api-v3%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-maps-js-api-v3?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.

Reply via email to