Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.1.0.BETA1
-
Fix Version/s: 3.1.0.BETA2, 3.1
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Any
Description
Use of animations in IE 7/8 make applications feel slower, especially if a page is loaded with many components. This issue needs to be addresses by avoiding the use of animations in these browsers or making adjustments to the code to make them run faster.
Disabled fadeIn, fadeOut, slideDown, and slideUp for IE 7/8 and replaced them by show, hide, show, hide, respectively. Also, made sure to call callback function.
Also disabled fadeTo(duration, opacity). If opacity > 0, show() is called, otherwise hide() is called.