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

Classic column menu filter container has incorrect "overflow" property #8140

Open
kendo-bot opened this issue Feb 13, 2025 · 0 comments
Open
Labels
Bug C: Grid FP: Unplanned Sync status with associated Feedback Item jQuery Regression Broken functionality which was working previously SEV: Medium

Comments

@kendo-bot
Copy link
Collaborator

kendo-bot commented Feb 13, 2025

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

  1. Define a Grid and enable its classic ColumnMenu.

  2. Open the filter menu of a specified column and then open the dropdown to select a filter operator.

  3. 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

Image

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:

<style>
.k-menu-popup {
    overflow: visible !important;
}
</style>

Environment

  • **Kendo UI version: 2025.1.211
  • **jQuery version: 3.7.1
  • **Browser: [all]
@kendo-bot kendo-bot added the FP: Unplanned Sync status with associated Feedback Item label Feb 13, 2025
@mihaela-lukanova mihaela-lukanova added SEV: Medium C: Grid jQuery Regression Broken functionality which was working previously Bug labels Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug C: Grid FP: Unplanned Sync status with associated Feedback Item jQuery Regression Broken functionality which was working previously SEV: Medium
Projects
None yet
Development

No branches or pull requests

2 participants