I have noticed this in Chrome and Firefox under Win7 Pro and Win8. I have a page that refreshes tables and graphs at various intervals (via a setInterval call). If you leave the page running for any length of time, a number of hidden & absolutely position div elements are added below the main div in the body of my document.
The html looks like this: <div style="position: absolute; display: none;"> <div style="background: none repeat scroll 0% 0% infobackground; padding: 1px; border: 1px solid infotext; font-size: 11px; margin: 11px; font-family: Arial;">some text</div> </div> Several more divs appear each time the page refreshes. I notice that memory usage increases over time as well. Is this a known issue? It seems like PITA to add code to delete the items when they should never be created in the first place. Any thoughts or suggestions would be appreciated! Thanks Al -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api. For more options, visit https://groups.google.com/groups/opt_out.
