Hi, I'm working with the Custom InfoWindow sample by Pamela Fox (http://gmaps-samples-v3.googlecode.com/svn/trunk/infowindow_custom/ infowindow-custom.html) and I'm running into an issue that no amount of debugging has managed to solve.
I wish to show a custom infowindow on mouseover, and remove it on mouseout. The testcase linked below uses the sample code verbatim, but I've added the variable infoBox as a global to ensure only one instance of an InfoWindow exists at any time. I've also added listeners for the mouseover and mouseout. The Custom InfoWindow appears and is removed fine until you zoom the map. At this point the Custom InfoWindow fires an "a is null" error in main.js into FireBug. No Custom InfoWindow will appear after this point. Panning the map causes the marker to freeze in its default zoom level and the first Custom InfoWindow stays visible. http://www.eightlines.com/assets/InfoBoxTestCase/ Has anyone else had this issue? Thanks for your help, Brent Marshall -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
