itamair / geoxml3

Automatically exported from code.google.com/p/geoxml3
0 stars 0 forks source link

Cursor/mouseover issue with polygons in firefox 39.0 #116

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. visit 
http://www.geocodezip.com/geoxml3_test/v3_geoxml3_kmltest_linktoB.html?filename=
http://www.geocodezip.com/geoxml3_test/SO_IT_info_kml.xml

What is the expected output? What do you see instead?
The polygons do not register a mouseover event when the cursor is over the 
polygon.
This only happens in firefox and I believe only in 39.0 as it was working 
correctly last time I looked.

What version of the product are you using? On what operating system?
branch: http://geoxml3.googlecode.com/svn/branches/polys/geoxml3.js
firefox 39.0 on ubuntu and windows 8
works fine on chrome

I first noticed this on a site I was developing, it was definitely working 
correctly last month and I have checked it on a number of other sites that use 
geoxml3.

Original issue reported on code.google.com by navig...@gmail.com on 13 Jul 2015 at 4:43

GoogleCodeExporter commented 9 years ago
See 
https://code.google.com/p/gmaps-api-issues/issues/detail?id=8278

There is a Google Maps bug w/ firefox 39.0

Original comment by geocodezip on 14 Jul 2015 at 2:50

GoogleCodeExporter commented 9 years ago
Adding v=3 to the script src seems to fix it

<script src="http://maps.google.com/maps/api/js?v=3&sensor=false"></script>

as spotted by jkirk on thread 
https://code.google.com/p/gmaps-api-issues/issues/detail?id=8278

Original comment by navig...@gmail.com on 14 Jul 2015 at 7:30

GoogleCodeExporter commented 9 years ago

Original comment by geocodezip on 14 Jul 2015 at 9:56