http://koti.mbnet.fi/ojalesa/exam/events_v2x.html

if you check this you will see that when you click a marker, the
series of events that happen is
mousedown
mouseup
infowindowbeforeclose
infowindowclose
click
infowindowopen

which means that i know what i am talking about.
what i am asking is whether there is a way to avoid the
infowindowclose event to happen.or at least if the click event
happened before i could set a flag. the mouseup event wont help me
cause it happens when you drag a marker as well
thanks

On Mar 4, 6:48 pm, marcelo <[email protected]> wrote:
> Please read and 
> follow:http://groups.google.com/group/Google-Maps-API/web/suggested-posting-...
>
> --
> Marcelo -http://maps.forum.nu
> --
>
> On Mar 4, 5:41 pm, sarris <[email protected]> wrote:
>
> > I did not describe well my issue.
> > When the marker is created on the map the infowindow automatically
> > opens.
> > Then when i click the marker the infowindow closes and opens
> > again...But i have a function binded on the infowindowclose event
> > which i ould not like to execute on that case...clickcing the marker
> > that is.
>
> > On Mar 4, 3:40 pm, "[email protected]" <[email protected]>
> > wrote:
>
> > > On Mar 4, 5:32 am, "[email protected]"
>
> > > <[email protected]> wrote:
> > > > Probably simple problem,
> > > > the binded info window of my marker closes when i click the marker.
>
> > > Mine usually open when I click the marker, as do all those on Mike
> > > Williams' tutorial.
>
> > > > How can i disable this?
>
> > > How did you make it happen?
> > > (perhaps you are using custom icons and haven't completely defined
> > > them)
>
> > > > I tried to use clickable: false but nothing changed. moreover i read
> > > > that clickable: false makes the marker to not respond to any events,
> > > > which i dont want, i want the marker to be draggable.
>
>
--~--~---------~--~----~------------~-------~--~----~
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