Think it was the same issue as here regarding the modularisation of infowindow ... adding editor.map.getInfoWindow().show(); to my code seems to have fixed it!
http://groups.google.com/group/Google-Maps-API/browse_thread/thread/424ad972c82e490b/3b3ada6b259d0c5c?lnk=gst&q=infowindow+williams#3b3ada6b259d0c5c Roger On Jul 14, 6:27 pm, RogerMLondon <[email protected]> wrote: > I've been trying to trace problems with a mapping tool I use which has > been fine until this week or so. The tool was developed against v2.50 > and I had it working with v2.85 but it seems that this isn't served > any more by google and this is causing me a real headache since I > didn't develop the code myself but have integrated it into my site. > > Here's an example on the author's page; > > http://spatialnorth.com/qmaps/examples/editor.php > > To reproduce the fault, > > 1) drag a marker onto the map > 2) click the marker to add text to it > > Using firefox and firebug to view the error, this is triggering $ > ("ta"+marker.uniqueid) is null > athttp://spatialnorth.com/qmaps/QMaps_google_full.js > line 456. > > This fault is present in IE7 / Chrome / Safari / Firefox and I'm > pretty sure now that it is the google version change that has revealed > the issue. I've tried using version 2.s and version 2 but the same > problem. > > I am guessing that the markerinfowindow isn't being correctly created > in the DOM and hence the error - but I'm out of my depth here and > can't get in touch with the original author :( > > Does anyone have an idea what might have changed? > > Thanks! > Roger --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
