Skip to main content

Bug Tracker

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:

http://malsup.com/jquery/fadetest.html

Attachments (0)
Change History (3)

Changed November 19, 2010 10:30AM UTC by snover comment:1

#4845 is a duplicate of this ticket.

Changed November 20, 2010 10:03PM UTC by snover comment:2

resolution: → duplicate
status: newclosed

Changed November 20, 2010 10:03PM UTC by snover comment:3

Duplicate of #6652.