On Oct 10, 11:05 am, tatlar <[EMAIL PROTECTED]> wrote: > Hi there, > > I have a Google map that plots over 400 markers (http://anf.ucsd.edu/ > tools/soh/plots.php). All of these markers have both a 'click' and > 'mouseover'/'mouseout' GEvent.addListener() event behavior attached to > them. However, if you move your cursor around the map (be patient, > most of them work - look for the cursor icon change), you will notice > that the mouseover and click events are not bound to some markers. I > have no idea why this is happening. If you drag the map to a new > location, those markers that were not working now sometimes have the > correct events attached to them, and some others no longer have events > attached to them. This is of course very disconcerting to users who > are trying to use this tool. > > Can anyone help me out? I searched for similar issues, but did not > come up with anything. I have added a console.log('mouseover') command > to the mouseover event, so if you use Firebug you can see which > markers are working as they should.
So if I look at it in IE6 I get lots of 'console' is undefined errors... You have an extra "," in your tabbed infoWindow array of tabs (after the 2nd tab) which makes IE unhappy. I doubt this is the cause of your main problem. I didn't see any that didn't work, but I didn't check them all. -- Larry > > This was not a problem a few months back, so maybe it is related to an > API update? I am pretty desperate to get this working as it is a live > tool and clients are complaining about the behavior issues. > > Thanks in advance. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
