I working on site on Magento(http://magentocommerce.com) platform and trying to integrate GoogleMaps Sales Report Module(http:// www.magentocommerce.com/extension/packages/module/430/googlemaps-sales-report) in to it. Can't get rid from the errors in IE6 and 7. All other browsers(IE8, FF, Opera) working fine. This is very strange error because it occurs in the internals of main.js file of google maps api, after all our initializations of the map and setters of the markers. I've tried to debug it in IE7 and found that error occures in this string: function Vj(a,b){if(a.innerHTML!=b){Uj(a);a.innerHTML=b}}
I using Google Maps API v2.121(http://maps.gstatic.com/intl/en_ALL/ mapfiles/140g/maps2.api/main.js) After some more debugging I thought that there is a problem with IE DOM, because there is SPAN element inside where Google API puts error strings or something like that, and it seems when we trying to put there some text, SPAN isn't in the DOM, that's why we can't get innerHTML attribute from it. The site located in the http://dev.oggettoweb.com/b2b/admin username: test password: 123123 If needed I can post a code that displays map in the admin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
