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

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

Closed
teodosiah opened this issue Nov 17, 2020 · 1 comment · Fixed by #8617
Closed

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

teodosiah opened this issue Nov 17, 2020 · 1 comment · Fixed by #8617
Assignees
Labels
🐛 bug Any issue that describes a bug filtering grid: tree-grid ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged.

Comments

@teodosiah
Copy link
Contributor

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 teodosiah added 🐛 bug Any issue that describes a bug grid: tree-grid filtering labels Nov 17, 2020
@DiyanDimitrov DiyanDimitrov added 🛠️ status: in-development Issues and PRs with active development on them and removed 🆕 status: new labels Nov 18, 2020
@teodosiah
Copy link
Contributor Author

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

@onlyexeption onlyexeption added ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged. and removed 🛠️ status: in-development Issues and PRs with active development on them labels Nov 20, 2020
@radomirchev radomirchev added this to Development in 16-Nov-20 M15 Sprint 1 Nov 27, 2020
@radomirchev radomirchev moved this from Development to Validation in 16-Nov-20 M15 Sprint 1 Nov 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Any issue that describes a bug filtering grid: tree-grid ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Projects
No open projects
16-Nov-20 M15 Sprint 1
  
Validation
Development

Successfully merging a pull request may close this issue.

3 participants