-
Notifications
You must be signed in to change notification settings - Fork 162
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
igx-grid memory leak when users click pagination buttons #13994
Comments
There has been no recent activity and this issue has been marked inactive. |
Hi @ChronosSF, thank you for reopening this ticket! |
There has been no recent activity and this issue has been marked inactive. |
@dkamburov @ChronosSF However that seems to be the case for any component where you have done any type of interaction (for example clicked on a button) and then destroy it. I’ve modified the sample a bit here: I’ve added to the sample another page that loads a very simple component (app-component-test) with some text and a button, the button does nothing and the text is static. Still if you do the following:
You’ll notice that the component’s DOM (app-component-test) remains in memory: You can also find the content of the component as detached nodes. That seems to be similar to an issue logged in angular: angular/angular#56477 I don't think there's anything we can do on our side for this. |
Thank you for investigating this so thoroughly, @MayaKirova . I am closing this as a third-party-issue. |
Description
The
igx-grid
has a memory leaking problem. It happens when users click the paginator buttons.Steps to reproduce
igx-grid
component with a pagenator.2024-03-18_16h39_26.mp4
Result
You will see there are some objects with the name "igx" that were added but not deleted in the "Comparison" view of the Memory tab.
Expected result
The "Delta" column for all objects with the name "igx" should be zero in the "Comparison" view of the Memory tab.
Attachments
📦c-00235192-ng-app1-v17.1.4 (2).zip
The text was updated successfully, but these errors were encountered: