Modify ↓
Ticket #1728 (closed bug: invalid)
fadeTo doesn't work with absolute positioning
| Reported by: | samsonart | Owned by: | samsonart |
|---|---|---|---|
| Priority: | major | Milestone: | 1.2.2 |
| Component: | effects | Version: | 1.2.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description (last modified by davidserduke) (diff)
When a have a structure like:
<div id="content">
<div class="relative">
<div class="absolute">
..content
</div>
</div>
</div>
applying transition to "content" element to fadeout, replacing content with ajax call then fading in doesn't work - content just replaced.
Change History
comment:2 Changed 6 years ago by davidserduke
This appears to be an IE problem only. Worked for me in FF2 and Opera 9. It looks like the filter doesn't get inherited by the relative positioned child.
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.
