Fixed
Status Update
Comments
je...@gmail.com <je...@gmail.com> #2
Setting the marker option optimized: false makes the problem disappear
l....@gmail.com <l....@gmail.com> #4
Status is showing "fixed", but this is not correct.
Up till the current Firefox version (39) the problem remains.
Firefox 39 extends the problem to the mousover addListener event.
Adding "optimised:false" to the marker options solves both problems.
Up till the current Firefox version (39) the problem remains.
Firefox 39 extends the problem to the mousover addListener event.
Adding "optimised:false" to the marker options solves both problems.
l....@gmail.com <l....@gmail.com> #5
I've found a workaround:
marker.icon = 'outimage.gif';
marker.set_visible(false);
marker.set_visible(true);
I know it's not a beauty, but works for me now.
marker.icon = 'outimage.gif';
marker.set_visible(false);
marker.set_visible(true);
I know it's not a beauty, but works for me now.
l....@gmail.com <l....@gmail.com> #7
Thanks, I tested it in IE7, FF3 and Safari 4.
Works in all now.
Works in all now.
Description
was being thrown that also appeared to be having an impact on some of the
map events.
Specifically, the mouse-out event was not firing for markers in both IE8
and FF. Yesterday, coinciding with the announcement of the bug being
fixed, I was able to confirm that this bug (which appeared alongside the
error message stated in 1425) was also corrected.
Today, I did a clean-cache reload in both FF and IE8 and found that the
mouse-out event was again NOT working. While I am not getting the previous
javascript error, I can observe that the resultant behavior (as I
previously described in 1425) has returned -- a behavior that I was able
to confirm was working fine just yesterday.