> 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.

Reply via email to