Opened 12 years ago
Closed 9 years ago
#8912 closed defect (invalid)
[patch] [cla] serious memory leak in dojox.dtl in IE
Reported by: | liucougar | Owned by: | liucougar |
---|---|---|---|
Priority: | low | Milestone: | future |
Component: | DojoX DTL | Version: | 1.3.0b3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
use sieve 0.0.8 (http://home.wanadoo.nl/jsrosman/), open demo_Table.html, click "about:blank" button in sieve, if the leak dialog does not appear, click on "show leaks" button
every single node in the table created by dojox.dtl leak: there is at least a single reference somewhere in javascript land which prevents IE from reclaiming memory
will attach a patch for this
Attachments (1)
Change History (9)
comment:1 Changed 12 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 12 years ago by
Summary: | serious memory leak in dojox.dtl in IE → [patch] [cla] serious memory leak in dojox.dtl in IE |
---|
Changed 12 years ago by
comment:3 Changed 12 years ago by
Status: | new → assigned |
---|
comment:4 Changed 11 years ago by
Milestone: | 1.4 → 1.5 |
---|
comment:5 Changed 11 years ago by
Milestone: | 1.5 → 1.6 |
---|
1.5 is released, moving remaining tickets to 1.6
comment:6 Changed 10 years ago by
Milestone: | 1.6 → future |
---|
(sadly) punting seemingly abandoned ticket and meta tickets to future
comment:7 Changed 9 years ago by
Owner: | changed from Neil Roberts to liucougar |
---|---|
Priority: | high → low |
Status: | assigned → pending |
liucougar, is this still an issue? if your patch is still valid, do you want to apply it? i'm trying to close out old tickets.
comment:8 Changed 9 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
proposed patch to fix IE mem leak in dojox.dtl