Classic column menu filter container has incorrect "overflow" property #8140
Labels
Bug
C: Grid
FP: Unplanned
Sync status with associated Feedback Item
jQuery
Regression
Broken functionality which was working previously
SEV: Medium
Bug report
When opening the filter menu of a specified column through the classic ColumnMenu, the filter container is displayed with scrollbars when the dropdown of the filter operator is opened.
Reproduction of the problem
Define a Grid and enable its classic ColumnMenu.
Open the filter menu of a specified column and then open the dropdown to select a filter operator.
The filter container has scrollbars. The "k-menu-popup" element has "overflow: auto";
Use the following demo to test the case and select the "classic" type for the ColumnMenu: https://demos.telerik.com/kendo-ui/grid/column-menu
The issue does not appear when using version 2024.4.1112.
Expected/desired behavior
The filter menu container must not change its appearance when the dropdown opens.
Workaround:
Environment
The text was updated successfully, but these errors were encountered: