#13961 closed defect (fixed)
Gird - formatter widget doesn't get destroyed which leads to significant leaks
Reported by: | Evan | Owned by: | Evan |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | DojoX Grid | Version: | 1.7.0b1 |
Keywords: | grid, formatter, widget, leak | Cc: | [email protected]…, [email protected]… |
Blocked By: | Blocking: |
Description
This happens to all grid types including DataGrid?, EDG, TreeGrid? and LazyTreeGrid? - when formatter() is used to return widgets, all the widgets are not cleaned up when user keep scrolling or creating/destroying a grid instance, and this results into significant memory increase like 50M in a very shot time e.g. 10-15mins, this can be observed in the attached test case.
Attachments (2)
Change History (7)
Changed 9 years ago by
Attachment: | test_grid_leak.html added |
---|
comment:1 Changed 9 years ago by
Cc: | [email protected]… [email protected]… added; grid formatter widget leak removed |
---|---|
Keywords: | grid formatter widget leak added |
Note: See
TracTickets for help on using
tickets.
Test case to reproduce the leaks when keep scrolling a grid instance