Sorry all, I should have included code in my original post, didn't
mean to waste anyone's time.

I have gone ahead and setup 2 map demos so a side-by-side comparison
can be done.

Version 2 Url: http://map.ownij.com/index2.php

Version 3 Url: http://map.ownij.com/

Version 2 even listener behavior in Firefox, IE, Chrome:
  mouseover: mouseover
  click: click
  mouseout: mouseout

Version 3 event listener behavior in Firefox, IE:
  mouseover: mouseout, mouseover, mouseover
  click: click, mouseout, click
  mouseout: mouseout, mouseout

Version 3 even listener behavior in Chrome:
  mouseover: mouseover
  click: click
  mouseout: mouseout

As you can see, v3 event behavior works as expected in chrome, but in
FF and IE, each event triggers multiple listeners which results in
unusual behavior. We built our maps to allow a map bubble to appear
when a user hovers over a marker, so when the mouseover fires the
mouseout event, the bubble re-renders indefinitely until the user
moves the mouse off the marker.

We cannot release our v3 upgrade until this has been resolved,
otherwise we rob our clients of current functionality.

Thanks in advance.


On Dec 7, 1:32 am, MymsMan <[email protected]> wrote:
> What version of Chrome are you using?
> There was a version of chrome a few weeks back that introduced a whole raft
> of problems with google maps but a subsequent refresh resolved them.
> Try updating Chrome, if that doesn't help post a link to a map exhibiting
> the problem.

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