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

[Grid, TreeList] Column dragging element clue isn't cleared when the component is destroyed #4275

Open
yanmariomenev opened this issue Apr 19, 2024 · 0 comments

Comments

@yanmariomenev
Copy link
Contributor

Describe the bug
When dragging a column it creates a div clue element that informs the user which column is being dragged. However, that drag element isn't cleared from the DOM tree when the component is destroyed.

To Reproduce
Open any of the below examples, start dragging a column, and press any keyboard key to remove the component using ngIf.

Grid - https://stackblitz.com/edit/angular-dy4gxz?file=src%2Fapp%2Fapp.component.ts
TreeList - https://stackblitz.com/edit/angular-bvif54?file=src%2Fapp%2Fapp.component.ts

Screen.Recording.2024-04-19.at.11.54.37.mov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant