Opened 8 years ago
Closed 8 years ago
#16214 closed defect (patchwelcome)
DataGrid is Memory Leaks in IE8
Reported by: | yutuo | Owned by: | Evan |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | DojoX Grid | Version: | 1.8.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I tested in dojo 1.7.2 and dojo 1.8 and dojo 1.8.1. Memory Leaks in IE8 when DataGrid? is clicked.
- click the DataGrid?'s contents.
- reload the page.
for example.
- open the URL.
http://dojotoolkit.org/reference-guide/1.8/dojox/grid/DataGrid.html
- click button "run".
- click the DataGrid?'s contents, for example "false".
- reload the page.
Change History (4)
comment:1 Changed 8 years ago by
Component: | General → DojoX Grid |
---|---|
Owner: | set to Evan |
comment:2 Changed 8 years ago by
comment:3 Changed 8 years ago by
comment:4 Changed 8 years ago by
Resolution: | → patchwelcome |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This problem is due that the variable this._click (use in function onCellClick and onCellDblClick in _Events.js) is never released.