Won't Fix
Last Updated: 10 Nov 2015 11:08 by ADMIN
ADMIN
Ianko
Created on: 22 Dec 2014 08:52
Category: UI for ASP.NET AJAX
Type: Bug Report
0
Improve: CrossFade animation of the Rotator under IE10 and 11
Under IE10 and 11 the CrossFade animation causes a random flickering. 
1 comment
ADMIN
Stamo Gochev
Posted on: 10 Nov 2015 11:08
The described problem is not limited to IE 10 and 11 (although it is not so discernible in other browsers) and can be demonstrated by adding the following CSS:

body {
    background-color: black;
    color: white;
}

When the reversed colors (a white text on a black background) are used, the flickering is present in all browsers and it can be reproduced with both CSS3 transitions and jQuery animations. As the browser's rendering engine should call its repaint method at some point after the animation has finished, the observed behavior is not connected with our controls.