telerik / kendo-angular

Issue tracker - Kendo UI for Angular
http://www.telerik.com/kendo-angular-ui/
Other
466 stars 215 forks source link

[DatePicker, DateTimePicker, TimePicker] Closing the popup with ESC key will throw an error when using Sentry #4350

Open yanmariomenev opened 2 months ago

yanmariomenev commented 2 months ago

Describe the bug

DateInputs with pop-ups will throw an error when Sentry is used, and they are closed using the ESC key.

Error message - Failed to execute 'removeChild' on 'Node': The node to be removed is no longer a child of this node. Perhaps it was moved in a 'blur' event handler?

To Reproduce Open the popup of the DatePicker and close it using the ESC key in the following example: https://stackblitz.com/edit/angular-wxetbr-5xz9db?file=src%2Fapp%2Fapp.component.ts