Side navigation
#5676 closed bug (duplicate)
Opened December 18, 2009 05:37PM UTC
Closed November 20, 2010 10:03PM UTC
Last modified March 13, 2012 03:17PM UTC
fadeIn/fadeOut/fadeTo leaves inline style "filter" behind in IE
Reported by: | Myrlyn | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | effects | Version: | 1.4a1 |
Keywords: | fadeIn, fadeOut, fadeTo, IE | Cc: | |
Blocked by: | Blocking: |
Description
Using fadeIn/fadeOut leaves an inline "filter" key in the style attribute for elements effected by the fade. This causes a few problems:
1) The inline filter without a value makes the element opaque even if the CSS says it should be semi-transparent.
2) Causes a brief "flash" upon subsequent fadeIn/fadeOut/fadeTo calls where the element is briefly fully opaque.
A rewrite of the three methods that fixes this problem can be found here:
#4845 is a duplicate of this ticket.