Hello fellow APIers, I'm getting a strange thing happening with my maps site. When I inspect my site's DOM via the DOM Inspector (in Firefox and IE) I'm finding an two extra DIVs. Their properties are:
Yes, the DOM inspector shows the DOM hierarchy of the page *after* JavaScript execution, which means that any JS DOM manipulation will be rendered in the inspector. That's what makes it such a fantastic debugging tool :-)
Andrew wrote: > Yes, the DOM inspector shows the DOM hierarchy of the page *after* > JavaScript execution, which means that any JS DOM manipulation will be > rendered in the inspector. That's what makes it such a fantastic > debugging tool :-)
I think the maps.21.js script file, which appeared after Sept 26 tries to protect the infowindow from styles outside the map which might mess up the info window.
They do that by introducing another div which specifies some the the styles that might have been set in an outer container.