Opened 15 years ago
Last modified 12 years ago
#1728 closed bug
fadeTo doesn't work with absolute positioning — at Version 3
Reported by: | samsonart | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.2.2 |
Component: | effects | Version: | 1.2.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description (last modified by )
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 (3)
comment:1 Changed 15 years ago by
Component: | core → fx |
---|
comment:2 Changed 15 years ago by
comment:3 Changed 14 years ago by
Description: | modified (diff) |
---|
Note: See
TracTickets for help on using
tickets.
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.