Skip to main content

Bug Tracker

Side navigation

#7886 closed bug (duplicate)

Opened January 03, 2011 10:37AM UTC

Closed January 06, 2011 05:47PM UTC

Last modified January 06, 2011 05:47PM UTC

FadeIn/FadeOut on IE with dynamically generated content does not work.

Reported by: bchoii@gmail.com Owned by:
Priority: undecided Milestone: 1.6
Component: unfiled Version: 1.4.4
Keywords: Cc:
Blocked by: Blocking:
Description

FadeIn / FadeOut works fine on static content.

bug : FadeIn / FadeOut does not work on dynamically generated content (on IE8)

workaround ? : FadeIn / FadeOut works (again) if the animation is prepended with SlideUp/SlideDown.

http://jsfiddle.net/TAr46/8/

Something in Slide* causes Fade* to work where it did not before.

Attachments (0)
Change History (3)

Changed January 03, 2011 11:28AM UTC by bchoii@gmail.com comment:1

Found a proper workaround :

$(".blink").css("display","inline-block");

before the fade*

Changed January 06, 2011 05:47PM UTC by rwaldron comment:2

resolution: → duplicate
status: newclosed

Changed January 06, 2011 05:47PM UTC by rwaldron comment:3

Duplicate of #7397.