telerik / kendo-angular

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

[TreeList] Footer moves unexpectedly when virtual columns are enabled #4256

Open georgi-sla opened 3 months ago

georgi-sla commented 3 months ago

Describe the bug As of now, the content inside the FooterTemplateDirective moves unexpectedly when the TreeList component has virtual columns enabled.

To Reproduce

  1. Create a TreeList component.
  2. Implement virtual columns.
  3. Display content beneath one of the columns inside a FooterTemplateDirective.
  4. Use the horizontal scroll to navigate through the TreeList's columns.

Please, check out the following StackBlitz demo: https://stackblitz.com/edit/angular-8phaic-gkmoie

Expected behavior Scrolling horizontally the TreeList should not cause the content inside the FooterTemplateDirective to move.