g3ortega / polygonzo

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

Mouse events not working #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Creating PolyGonzo.PgOverlay instances with attached events
2. Using the GUI in such a way that events should be fired
3. Observing

What is the expected output? What do you see instead?

I expect events to be fired. They don't get.

What version of the product are you using? On what operating system?

I am using the version in SVN trunk, using Linux Ubuntu using Firefox 3.6.13.

The events stopped working yesterday, before they worked just fine.

Could there be a change in the Google Maps API that causes the change in 
behavior?

Original issue reported on code.google.com by timo.wes...@gmail.com on 2 Mar 2011 at 12:40

GoogleCodeExporter commented 9 years ago
Maybe this is a bug specific to the version 3 of the Google Maps API? Also on 
your demo page only the version 2 seems to work with the mousemove and click 
handlers.

Original comment by timo.wes...@gmail.com on 2 Mar 2011 at 5:56

GoogleCodeExporter commented 9 years ago
Yes, the version 3.4 Maps API which was just released broke the map events. I 
will investigate and will also report this problem to Google, but in the 
meantime the workaround is to specify v=3.3 when you load the API. See rev 44 
of testmap.html for an example.

Original comment by m...@mg.to on 2 Mar 2011 at 6:13

GoogleCodeExporter commented 9 years ago
Related Maps API issue:

http://code.google.com/p/gmaps-api-issues/issues/detail?id=3083

Original comment by m...@mg.to on 3 Mar 2011 at 12:15

GoogleCodeExporter commented 9 years ago

Original comment by m...@mg.to on 4 Mar 2011 at 7:10

GoogleCodeExporter commented 9 years ago
Fixed in rev 48. The canvas, marker container, and mouse tracker are now each 
appended to the appropriate MapPanes layer.

Original comment by m...@mg.to on 10 Mar 2011 at 3:17