kendo-angular icon indicating copy to clipboard operation
kendo-angular copied to clipboard

[Grid, TreeList] Column and filter menu close when scrolling the content of the table

Open yanmariomenev opened this issue 1 year ago • 1 comments

Describe the bug When opening the column menu and scrolling through the table content, it will close the menu upon scrolling. However, if the column menu is opened a second time and then scrolling through the table content, it will not close the popup.

To Reproduce Open one of the column menus and scroll the Grid content in the following example: https://stackblitz.com/edit/angular-dw5ar3?file=src%2Fapp%2Fapp.component.ts If you open the column menu a second time it will not close upon scrolling.

https://github.com/telerik/kendo-angular/assets/49076727/d8f14379-4c87-4ad9-af1f-dd32c8c3c7d3

Expected behavior The Column Menu popup shouldn't close upon content scroll like Kendo UI for jQuery Grid.

yanmariomenev avatar May 07 '24 12:05 yanmariomenev

May be related to https://github.com/telerik/kendo-angular/issues/3879

slavenai avatar May 22 '24 07:05 slavenai

Fixed in v16.11.0

Raisolution avatar Oct 08 '24 08:10 Raisolution