I've run into this issue recently; albeit, perhaps to a different technical cause. I have a combo box that when selected sets the center of the map to the corresponding marker and calls marker.openInfoWindowHtml(). This works for some markers but not others. Oddly after encountering the exception, all subsequent calls to marker.openInfoWindowHtml() from the same combo box work. For example, select point A from the combo box and the error occurs. Select another point and finally point A again, the info window displays without error. Interestingly the same HTML content can be displayed every time using the click event's callback. It's been rather frustrating, and I don't quite have the Javascript knowhow to sift through obfuscated code.
On Nov 18, 1:16 pm, Brian <[EMAIL PROTECTED]> wrote: > After a little more fiddling, I have found it is pretty much every > point on the map west of -97.2. > The easiest way to find the error is to just click search with the box > empty and the try a few points from the list, "Assiniboine Park" near > the top is one of the ones that won't work. > > --Brian --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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-API?hl=en -~----------~----~----~----~------~----~------~--~---
