#7886 closed bug (duplicate)
FadeIn/FadeOut on IE with dynamically generated content does not work.
Reported by: | 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.
Something in Slide* causes Fade* to work where it did not before.
Change History (3)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Found a proper workaround :
$(".blink").css("display","inline-block");
before the fade*