There's something seriously wrong with markers and events. Sometime earlier today, my map stopped reacting to events relating to markers (mouseover, mouseout, click). My workaround was to change the version in the Google map URL from v=3 (i.e., use the latest build) to v=3.1
Here's an example of a malfunctioning map: http://www.garylittle.ca/mapwv.html Roll the mouse over a marker; a yellow box is supposed to appear but doesn't. Click a marker and nothing happens. Also, the mouse pointer does not change when it moves over the marker. Ouch! Here's an example of a map that works (different data set but identical JavaScript code) because I specified v=3.1 instead of v=3 http://www.garylittle.ca/mapsc.html Gary On Sep 13, 7:41 pm, "Luke (Google Employee)" <[email protected]> wrote: > Hey everyone! > > We've recently pushed out a new version of the API. See the list of > changes > below:http://code.google.com/p/gmaps-api-issues/wiki/JavascriptMapsAPIv3Cha... > > 3.2 September 14th > > Changed issues: > * Issue 157: Support draggable driving directions > * Issue 1852: 'rightclick' event on a google.maps.Marker is fired up > without an event > * Issue 2673: Pegman disappears after position change > > Noticeable changes: > * Marker performance has been improved > > Please test and provide feedback. > > Thanks > > - Luke -- 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.
