Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DnD extension retains references to items #335

Closed
neonstalwart opened this issue Nov 10, 2012 · 0 comments
Closed

DnD extension retains references to items #335

neonstalwart opened this issue Nov 10, 2012 · 0 comments

Comments

@neonstalwart
Copy link
Contributor

in the DnD extension, insertRow adds items to the dndSource which are never cleared. dndSource retains a reference to these objects via it's map property and over time that will grow out of control. For stores where the size of the data represented by that store is large, the performance impact of these retained references can be considerable - even to the point of bringing the grid to a grinding halt.

some logic should be added to remove those items from dndSource at a suitable time.

this is possibly the cause of #318 although performance.html doesn't use DnD so perhaps not.

@ghost ghost closed this as completed in ab503a9 Mar 7, 2013
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant