kendo-angular
kendo-angular copied to clipboard
Memory leak in Sortable
When the Sortable component is rerendered multiple times, a memory leak is observed in IE:
http://plnkr.co/edit/CepwUzvt486pwuS2Fst5?p=preview
The memory usage of the corresponding process increases over time, and the used memory does not seem to be released within a reasonable timeframe.
Have you tried testing in production mode? Development mode is notorious for memory leaks.
Steadily increasing memory consumption is observed after enabling production mode as well:
Closing as IE is no longer supported by the Kendo UI for Angular library.