Completed
Last Updated: 27 Jun 2025 12:11 by ADMIN
Release 2025 Q3 (Aug)
ADMIN
Rumen
Created on: 07 Jul 2017 12:11
Category: ImageGallery
Type: Bug Report
1
Slideshow rendering messed up in chrome due to animation bug
Slideshow rendering messed up in Chrome. After any slide comes in a segment the right side is corrupted as shown in the attached image.

The bug is reproduced if you set the animation to loop and fire the play button. After that leave the slider to work non-stop for 10-15 minutes and you'll see the corrupted rendering.

Here is some test code:
  <telerik:RadImageGallery  ID="RadImageGallery1" Width="100%" LoopItems="true" 
                                    ImagesFolderPath="slides" runat="server" DisplayAreaMode="Image" Height="450px">
                                    <ClientSettings>
                                        <AnimationSettings   SlideshowSlideDuration="6000">
                                            <NextImagesAnimation Type="Random" Easing="Random"  Speed="3000" />
                                            <PrevImagesAnimation Type="Random" Easing="Random" Speed="3000" />
                                        </AnimationSettings>
                                    </ClientSettings>
                                    <ThumbnailsAreaSettings Position="Left" Width="0" Mode="ImageSlider" ScrollOrientation="Vertical" />
                                    <ImageAreaSettings ShowDescriptionBox="false" NavigationMode="Zone" Height="100%" />
 </telerik:RadImageGallery>
3 comments
ADMIN
Rumen
Posted on: 27 Jun 2025 12:10
After thorough testing, we can confirm that the described slideshow rendering issue is no longer reproducible using the latest version of Telerik.Web.UI.dll and the latest Chrome browser.

If you continue experiencing similar behavior, please ensure that all related components are updated to the most recent versions. Should the problem persist, feel free to provide additional details or context so we can further assist you.

Thank you again for your valuable feedback!
Gregory
Posted on: 25 Oct 2017 17:47
It is at our start page!
Gregory
Posted on: 25 Oct 2017 17:46
Same issue for the Kendo UI http://demos.telerik.com/kendo-ui/scrollview/index