My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 4431: Google Maps Marker tool-tip is unreliable in Firefox
24 people starred this issue and may be notified of changes. Back to list
 
Reported by [email protected], Sep 18, 2012
How did this functionality previously behave?

 Issue 3773  was marked as fixed on Feb 19 2012. I can currently recreate it.

Can you describe the regression?

In Firefox hover over labels are unreliable when hovering over multiple times/items.

What steps will reproduce the problem? Please provide a link to a
demonstration page if at all possible, or attach code.
1. Go to http://geekout.org.uk/map/
2. Zoom in to the blue path until you can see the markers.
3. Hover over markers, one after another.
4. Every marker should show a timedate label. While the first one will show the hover-over label, many subsequent will not.

What version of the API are you using?
(In the JS API, you can tell this by checking the value of G_API_VERSION.)

Unable to query G_API_VERSION for some reason.

What operating system and browser are you using?

Mozilla/5.0 (Windows NT 6.1; rv:16.0) Gecko/20100101 Firefox/16.0

Also seen on Linux.

*********************************************************
For developers viewing this issue: please click the 'star' icon to be
notified of future changes, and to let us know how many of you are
interested in seeing it resolved.
*********************************************************

Sep 18, 2012
#2 [email protected]
See  Issue 3773 

Could you please post a minimal test case?
Summary: Google Maps Marker tool-tip is unreliable in Firefox
Status: NeedsMoreInfo
Labels: -ApiType-Javascript ApiType-Javascript3
Sep 18, 2012
#3 [email protected]
There's one attached to the Bugzilla post:

https://google-developers.appspot.com/maps/documentation/javascript/examples/infowindow-simple

Repeatedly hover your cursor over the one mark. Approximately 50% of the time I do not see the label.
May 1, 2013
#4 [email protected]
I'm running Firefox 20.0.1 on Windows 7 and this bug still exists.

I have a jsbin here with a google map & markers with titles. The titles do not always appear when the mouse hovers over a marker. Moving the mouse away and back over sometimes will cause the title to show up. Generally it shows up the first time and then after that it will not show up consistently. 

http://jsbin.com/eyugib/3

I am also seeing the bug in Firefox 20 on Xubuntu 13.04 running in VirtualBox.
Jun 5, 2013
#5 [email protected]
Me too with Firefox 21 with ubuntu 12.04
Jul 23, 2013
#6 [email protected]
Do you have an update on when this will be resolved please?

This bug reports is marked as 'need more info'. What is it that you need?
There is a test case here...
http://jsfiddle.net/spiderplant0/smffq/

The bug has also been marked as 'fixed' here.... 
https://code.google.com/p/gmaps-api-issues/issues/detail?id=3773
But it definitely hasnt been fixed.



Jul 30, 2013
#7 [email protected]
Me too with Firefox 22.0 on Windows XP SP3.
Dec 4, 2013
#9 [email protected]
See   Issue 3749 

https://code.google.com/p/gmaps-api-issues/issues/detail?id=3749

There is also a sample here which demonstrates the bug:

https://developers.google.com/maps/documentation/javascript/examples/streetview-overlays?csw=1

In Firefox, just move the mouse from one marker to the next -- only the first marker is reliable.
Jul 17, 2014
#10 [email protected]
Had this issue on Opera and Firefox.
Found that using optimized:false solve it in my case.
However this is not a normal behavior.

see: https://code.google.com/p/gmaps-api-issues/issues/detail?id=3749
Aug 27, 2014
#11 [email protected]
 Issue 3749  has been merged into this issue.
Jun 18, 2015
#12 [email protected]
In Firefox 38.0.5 on Windows 7 Pro 64-bit, all marker hovers after the first fail to trigger the marker title tooltip. Does not occur with latest Chrome, IE, or Opera.

I'm reproducing this issue in my own app, but more importantly I can reproduce it even at the "Simple markers" example in the API docs:

https://developers.google.com/maps/documentation/javascript/examples/marker-simple

Go to that example, hover on the marker, then move off the marker *but stay on the map*, then hover back on the marker. First hover shows the title tooltip, second hover does not. Now try it again but move the mouse cursor off the map before you do. The tooltip now shows. It seems something is reset during mouseout/mouseover.
Jun 19, 2015
#13 [email protected]
As suggested by this article here.

http://stackoverflow.com/questions/25278930/google-map-multiple-marker-tooltip-only-show-on-the-first-marker-in-firefox

The solution to make the tooltip appear correctly on firefox is to add "optimized : false", to the marker definition properties. I can verify that it works correctly as I  have tested this with ff 38.1 on both Linux and Windows.


Jun 19, 2015
#14 [email protected]
> add "optimized : false", to the marker definition properties.

Thank you. Also confirmed with Firefox 39 at:
http://jsfiddle.net/msz08tjx/7/
http://geekout.org.uk/map/
Jul 5, 2015
#16 [email protected]
> add "optimized : false", to the marker definition properties.

I can also confirm this in Firefox 39. Tested on several websites.

Please note that this property not only solves the issue for the "title: " property of the marker, but it also solves any problems with the mouseover addListener event.
Jul 5, 2015
#17 [email protected]
it gets too slow when you have many markers and shape property has strange behaviour whith more than one marker at the same loaction. I'll downgrade firefox.
Aug 27, 2015
#18 [email protected]
Safari v. 8.0.8 - Marker "title: " not working in Google Maps demos "Complex marker icons" (multiple markers) or "Simple marker icons" (single marker) code examples, or in my test page (using js?v=3.19&) 

See demo: https://developers.google.com/maps/documentation/javascript/examples/icon-complex
Oct 1, 2015
Project Member #19 [email protected]
Yes, I can reproduce the issue.
Status: Accepted
Owner: [email protected]
Labels: Internal-24591264
Oct 3, 2015
#20 [email protected]
firefox 41.0 ie 8 both have problem, the title only appears on some markers sometimes, after on the first marker for the first time.
May 3, 2016
#21 [email protected]
Still an issue in Firefox 46.0. The workaround with setting "optimized: false" in the map marker options works (Thanks).
May 9, 2016
Project Member #22 [email protected]
(No comment was entered for this change.)
Sign in to add a comment

Powered by Google Project Hosting