cybersthang / gmaps-utility-library-dev

Automatically exported from code.google.com/p/gmaps-utility-library-dev
0 stars 0 forks source link

MarkerManager closes GInfoWindow when refreshed #95

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When MarkerManager.refresh() is instantiated, any open GInfoWindow will be 
shut.

Steps to reproduce:
http://128.230.213.153/pacdroid/test.html
Search for "Syracuse, NY". Zoom in until the crown changes from one marker 
to the other. Move the map so the crown doesn't change heads, but you can 
click on the other marker. Click on that marker. A GInfoWindow will pop up 
and then subsequently be terminated.

This is more of a corner case issue, I'm more or less wondering if this is 
done on purpose or not.

Original issue reported on code.google.com by tevzo42 on 9 Mar 2009 at 11:12

GoogleCodeExporter commented 8 years ago
Wait... this seems to be more of my problem. The markerManager is just doing 
the same 
thing as me though. I'm removing the marker from the map, so I need to also 
find a 
way to stop that GInfoWindow to stop...

Original comment by tevzo42 on 9 Mar 2009 at 11:41

GoogleCodeExporter commented 8 years ago
You could try doing map.openInfoWindow instead of marker.openInfoWindow.

Original comment by pamela.fox on 10 Mar 2009 at 4:14

GoogleCodeExporter commented 8 years ago
Thanks!
That works great!
Now I have to figure out changing that dang text.... :)

Original comment by tevzo42 on 10 Mar 2009 at 4:27