be88ex / earth-api-samples

Automatically exported from code.google.com/p/earth-api-samples
1 stars 0 forks source link

click handler not fired on markers in Chrome #277

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.added a marker
2.added a listener on that marker to open an info window
3.clicked on the marker

What is the expected output or behavior? What do you see instead?
The info window should open

Which plugin version are you using?
5.0.11738.1858

Which browsers and operating systems are affected?
Win XP Pro - Chrome 2.0.172.33

Please provide any additional information (code snippets/links) below.
See my example in the issue #144 to reproduce the problem

Original issue reported on code.google.com by mikegleasonjr on 30 Jun 2009 at 1:44

GoogleCodeExporter commented 8 years ago
Hi, this is fixed in Maps API v2.160 and later; if you explicitly use
google.load('maps', '2.160') it should work, along with a slew of other bug 
fixes and
new transition features.

Original comment by api.roman.public@gmail.com on 30 Jun 2009 at 10:42

GoogleCodeExporter commented 8 years ago
Nice adding v=2.x solved all my issues, thanks!

Original comment by mikegleasonjr on 30 Jun 2009 at 11:16