Opened 15 years ago
Closed 14 years ago
#1122 closed defect (fixed)
Memory Leak In tabContainer
Reported by: | Owned by: | Adam Peller | |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Dijit | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
http://download.dojotoolkit.org/release-0.3.1/dojo-0.3.1-ajax/demos/widget/tabContainer.html
On hitting above URL Increases memory in IE on reloading/refreshing.. Also in our application when we open/close tabs dynamically it increases memory in IE which causes our application to freeze[because of memory leak]
Change History (10)
comment:1 Changed 15 years ago by
Milestone: | → 0.5 |
---|
comment:2 Changed 15 years ago by
Milestone: | 0.5 → 0.4 |
---|
comment:3 Changed 15 years ago by
comment:4 Changed 14 years ago by
Testing against latest now, refreshing tests/widget/test_TabContainer.html doesn't increase memory usage. However, drip shows some problems.
Also tested against tests/widget/test_LayoutCode.html; hitting the "Tab Layout" button, to create a tab widget, then the "destroy" button (to remove said wiget), and then repeating, causes some leaked memory (10 times causes 3M leak).
comment:5 Changed 14 years ago by
Milestone: | 0.4 → 0.4.1 |
---|
comment:6 Changed 14 years ago by
Milestone: | 0.4.1 → 0.5 |
---|
comment:7 Changed 14 years ago by
Owner: | changed from bill to koranteng |
---|
comment:8 Changed 14 years ago by
Component: | Widgets → Dijit |
---|
comment:9 Changed 14 years ago by
Milestone: | 0.9 → 1.0 |
---|---|
Owner: | changed from koranteng to Adam Peller |
comment:10 Changed 14 years ago by
Milestone: | 1.0 → 0.9 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Just tried refreshing
http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/tests/layout/test_TabContainer.html
against IE6 30 times. Minimal memory increase (about 2M).
Hi, can you please reschedule this issue to 0.4 because it makes our web application useless after opening about a particular browser child window (with a tabcontainer in it) about 30 times.