Bug Tracker

Modify

Ticket #7886 (closed bug: duplicate)

Opened 2 years ago

Last modified 2 years ago

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

Reported by: bchoii@… Owned by:
Priority: undecided Milestone: 1.6
Component: unfiled Version: 1.4.4
Keywords: Cc:
Blocking: Blocked by:

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.

Change History

comment:1 Changed 2 years ago by bchoii@…

Found a proper workaround :

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

before the fade*

comment:2 Changed 2 years ago by rwaldron

  • Status changed from new to closed
  • Resolution set to duplicate

comment:3 Changed 2 years ago by rwaldron

Duplicate of #7397.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.