Ticket #1145 (closed defect: duplicate)
Widget leaks
| Reported by: | sol@… | Owned by: | bill |
|---|---|---|---|
| Priority: | high | Milestone: | 1.0 |
| Component: | Dijit | Version: | 0.3 |
| Severity: | critical | Keywords: | widgets memory+leak |
| Cc: | sol@… |
Description
Hey. I seem to still encounter memory leaks with dojo in IE:
- General minor leaks - It seems that in general dojo leaks a little bit. When I load a simple test (test_SlideShow.html for example) in Drip (http://outofhanwell.com/ieleak/index.php?title=Main_Page) and let it refresh auto-refresh for a while I notice memory consumption going up. It's not major in general, but it could lead to major problems in some instances... This could also be the browser not completely cleaning up right away. IE is known to delay garbage collection.
- Some widgets leak mercilessly - I found several widgets that do it: TabContainer? (test_TabContainer.html), ToolBar? (test_Toolbar.html). Interestingly, toolbar doesn't leak when created using markup (test_Toolbar_Markup.html), only when created using (test_Toolbar.html). I don't know if any other widgets have leak problems and I will report any I might find.
Change History
Note: See
TracTickets for help on using
tickets.