Opened 10 years ago
Closed 10 years ago
#9587 closed defect (fixed)
FileUploader - Check for memory leaks
Reported by: | Mike Wilcox | Owned by: | Mike Wilcox |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | DojoX Form | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Check to see it's properly disconnected on unload. Verify memory leakage in IE6.
Change History (4)
comment:1 Changed 10 years ago by
Milestone: | 1.4 → 1.3.3 |
---|
comment:2 Changed 10 years ago by
comment:4 Changed 10 years ago by
Milestone: | future → 1.4 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [19921]) Refs #9695, #9578, #9615 - Fixed memory leak. Fixed HTML single upoad destroying fileInput. Fixed IE invalid argument.