Fixed
Status Update
Comments
tu...@gmail.com <tu...@gmail.com> #2
Going back to 3.6 fixed it so it looks like it is 3.7.
3.7:http://icloudy.me/E25v
3.6:http://icloudy.me/E1cN
3.7:
3.6:
lu...@google.com <lu...@google.com> #3
[Comment deleted]
wo...@gmail.com <wo...@gmail.com> #4
What browser(s) does this affect?
es...@gmail.com <es...@gmail.com> #5
If you could add an example that clearly demonstrates the issue, that would help reproduce the bug.
cb...@google.com <cb...@google.com> #6
[Comment deleted]
cb...@google.com <cb...@google.com> #7
I have the same issue with IE8 only
al...@gmail.com <al...@gmail.com> #8
How do I request a merge? I have the same issue in issue 3917 with example attached.
Description
g.event.addListener(map, "maptypeid_changed", function() {
alert ("fired");
});
The listener fires twice when the map type is changed. Especially annoying
when something will be added to the map when the map type is being changed:
It will be added twice.