On Aug 20, 12:10 pm, Mike Armstrong <[email protected]> wrote: > Try now. Listener error fixed. It's not the info window I'm worried > about right now. Open the site in IE8, or Chrome, or Safari, you'll > see that after the placeMarker() function is triggered from the ' + ' > button, you can place the marker by pointing, and clicking. In > firefox, the click event doesn't seem to be triggered, so i keep > moving the marker around the screen and can't add it.
Sounds like your custom icons aren't fully defined. Try using the MarkerImage class and defining the click target for non-IE browsers. -- Larry > > On Aug 20, 2:49 pm, Rossko <[email protected]> wrote: > > > > Basically, after the mousemove event is triggered, you can move the > > > icon around, and then click where you want it positioned. However, in > > > FireFox, the client event won't fire. I have tested in IE, > > > I do get an error in IE6, 'listener' is undefined. > > > FF2 Firebug is a bit more forthcoming, > > listener is not defined (in mapControls.js line 66) > > google.maps.event.removeListener(listener); > > > This crash prevents me seeing any infowindow. > > > Also, as you are moving the target marker around under the mouse > > pointer, you might need to take into account what happens when the > > user clicks the 'dragging' marker, not the underlying map. (markers > > are clickable by default) -- 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.
