telerik / kendo-angular

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

[ListView] Incorrect loading indicator overlay height when the component is scrollable #4332

Open kimiakh opened 3 months ago

kimiakh commented 3 months ago

Describe the bug The loading overlay only applies to visible items in the Kendo ListView and not the rest of the items when scrolling is enabled.

To Reproduce

Open the following example and scroll the ListView component: https://stackblitz.com/edit/angular-feqwba?file=src%2Fapp%2Fapp.component.ts

It seems that the div mask for the loader takes only the component height into consideration and not the whole item list.

Screenshots

Screenshot 2024-06-24 at 12 45 29

Screenshot (1022)