Fixed
Status Update
Comments
ro...@rbdb.net <ro...@rbdb.net> #2
Interesting idea - I've shared your request with the team.
ge...@gmail.com <ge...@gmail.com> #3
Hey, thanks for considering this.
Of course, the idea could be applied to other places of the API as well, basically to all setter functions without
return value.
map.set_center(latLng).set_zoom(zoom);
marker.set_icon(foo).set_cursor(bar);
etc.
Of course, the idea could be applied to other places of the API as well, basically to all setter functions without
return value.
map.set_center(latLng).set_zoom(zoom);
marker.set_icon(foo).set_cursor(bar);
etc.
bc...@google.com <bc...@google.com>
ge...@gmail.com <ge...@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.
Description
It may be that the bug has re-awakened.
When multiple markers are created with titles, the title only appears the first time that a marker is moused-over. All subsequent mouseovers do not show a title tooltip.
It appears to be a problem only in Firefox. I'm using Firefox V 31.0.
To see the problem, load the following jsFiddle.
Using Chrome or IE it works as it should.
Using Firefox the problem can be seen.