Side navigation
#2951 closed bug (duplicate)
Opened May 29, 2008 08:47AM UTC
Closed January 15, 2009 02:28AM UTC
Dynamic content in an IE frame
Reported by: | robb.ie | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | core | Version: | 1.2.5 |
Keywords: | memory leak | Cc: | |
Blocked by: | Blocking: |
Description
I'm using jQuery within a frameset containing two frames. The top frame doesnt change however the bottom frame navigates from page to page capturing various data. If I create dynamic content in the bottom frame e.g. using $("#divAppend").append("...") and navigate to a different page sIEve reports memory leaks. However if I create the same content using innerHTML and naviage sIEve reports no memory leaks.
duplicate of #2483