#8294 closed defect (fixed)
dojox.grid.Grid leaks domNodes/memory in IE
Reported by: | 7twenty | Owned by: | Nathan Toone |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | DojoX Grid | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Using sIEve to view dojox/grid/tests/test_data_grid.html shows that the dojox.grid.Grid leak domNodes/memory.
Steps:
- Open dojox/grid/tests/test_data_grid.html
- Click on any row in the Grid
- Click about:blank
Result: 22 leaks
Expected Result: No leaks
Attachments (1)
Change History (5)
Changed 12 years ago by
Attachment: | Fix_IE_Memory_Leak.patch added |
---|
comment:1 Changed 12 years ago by
Owner: | changed from dante to Nathan Toone |
---|
comment:2 Changed 12 years ago by
Component: | DojoX Widgets → DojoX Grid |
---|
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 12 years ago by
Milestone: | tbd → 1.3 |
---|
batch move of tickets marked 'tbd' fixed in the 1.3 timeframe
Note: See
TracTickets for help on using
tickets.
I've attached a patch that fixes the issue.