Skip to content

Memory Leak with dynamic dom content #340

@ozgurakcali

Description

@ozgurakcali

We are using this plugin with handsontable. We make table cells draggable and droppable with this plugin. User can load new data to the table without refreshing the page. We have detected a memory leak in this case. When the cells are draggable and droppable, each time user loads new data to the table, memory usage of the app increases. I think this is because this plugin keeps reference to old cells in the table, even though they are no longed in the DOM. We did not observe a memory leak when we removed drag - drop functionality of the cells. I think the plugin does not remove references automatically when dom elements are removed, is there a way to do this manually?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions