This is a migrated thread and some comments may be shown as answers.

material theme update breaks scrollview

1 Answer 129 Views
ScrollView
This is a migrated thread and some comments may be shown as answers.
Noah
Top achievements
Rank 2
Iron
Iron
Iron
Noah asked on 16 Dec 2020, 05:15 PM
going from 3.24.0 to 3.25.0 in the material theme causes the scrollview images to be visible off to the sides of the viewer.  You can see this in your demo site.

1 Answer, 1 is accepted

Sort by
0
Svet
Telerik team
answered on 18 Dec 2020, 09:32 AM

Hi Noah,

I checked the example from the following article:

https://www.telerik.com/kendo-angular-ui/components/scrollview/

I do see that the images aren't loading. But that is due them being unavailable at the remote server. Trying to access any of their urls in the browser currently isn't possible:

  public items: any[] = [
    { title: 'Flower', url: 'https://bit.ly/2cJjYuB' },
    { title: 'Mountain', url: 'https://bit.ly/2cTBNaL' },
    { title: 'Sky', url: 'https://bit.ly/2cJl3Cx' }
  ];

Using different image urls seems to yield the desired behavior. Please check the following example where the latest material theme v3.25.0 is used:

https://stackblitz.com/edit/angular-66kchq?file=app%2Fapp.component.ts

In case the images continue to be unable to be loaded, then we will update them with new urls.

Please let me know in case I am missing something or if any further information is required for this case. Thank you.

Regards,
Svetlin
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
ScrollView
Asked by
Noah
Top achievements
Rank 2
Iron
Iron
Iron
Answers by
Svet
Telerik team
Share this question
or