Modify ↓
Ticket #7886 (closed bug: duplicate)
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.
Something in Slide* causes Fade* to work where it did not before.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Found a proper workaround :
$(".blink").css("display","inline-block");
before the fade*