IgniteUI / igniteui-angular

Ignite UI for Angular is a complete library of Angular-native, Material-based Angular UI components with the fastest grids and charts, Pivot Grid, Dock Manager, Hierarchical Grid, and more.
https://www.infragistics.com/products/ignite-ui-angular
Other
569 stars 163 forks source link

Page is getting hanged after filtering on any column in IgxTreeGrid #8602

Closed teodosiah closed 3 years ago

teodosiah commented 3 years ago

Description

When I tried to filter the tree grid data using the filter textbox, I got the below warning: igniteui-angular.js:11695 Component with id:4 is already removed! and the whole page is getting hanged.

Steps to reproduce

  1. Run the demo provided in this topic.
  2. Open the second column filter and enter some text.
  3. Remove characters, one by one so it will change the filter.
  4. Add characters.

Result

I got the below warning: igniteui-angular.js:11695 Component with id:4 is already removed! and the whole page is getting hanged.

Expected result

The page should continue to work as expected.

teodosiah commented 3 years ago

Additionally, I observed that the same behavior could be reproduced with IgxGrid using the demo in the Remote Data Operations topic here