You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the Grid has a filter menu configured with the built-in date filter and the user selects a date from one of the displayed DatePickers without performing any filtering or clearing the filter (without clicking the "Filter" or "Clear" button), then scrolls the Grid horizontally, the following error appears in the console:
Steps To Reproduce
Configure a Grid with filter menu and a column with built-in date filter.
Open the filter menu of the column that has the date filter set.
Select a date from one of the DatePickers in the filter menu popup.
The same error appears to also be reproduced in cases when using the filter menu with a popup component and performing similar steps. For example, when a MultiSelect is rendered in the filter menu template, open the filter menu and the MultiSelect, and then scroll the Grid horizontally - https://stackblitz.com/edit/angular-nnducg
Screenshots or video
explorer_qRLWtPcElh.mp4
Actual Behavior
The following error is thrown in the console - 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?
Expected Behavior
No error should be thrown in this scenario.
The text was updated successfully, but these errors were encountered:
Description
When the Grid has a filter menu configured with the built-in date filter and the user selects a date from one of the displayed DatePickers without performing any filtering or clearing the filter (without clicking the "Filter" or "Clear" button), then scrolls the Grid horizontally, the following error appears in the console:
Steps To Reproduce
StackBlitz example - https://stackblitz.com/edit/angular-j3e7hz
The same error appears to also be reproduced in cases when using the filter menu with a popup component and performing similar steps. For example, when a MultiSelect is rendered in the filter menu template, open the filter menu and the MultiSelect, and then scroll the Grid horizontally - https://stackblitz.com/edit/angular-nnducg
Screenshots or video
explorer_qRLWtPcElh.mp4
Actual Behavior
The following error is thrown in the console -
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?
Expected Behavior
No error should be thrown in this scenario.
The text was updated successfully, but these errors were encountered: