Opened 15 years ago
Closed 12 years ago
#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: | ||
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 (5)
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) |
---|
comment:4 Changed 12 years ago by
Owner: | set to samsonart |
---|---|
Status: | new → pending |
Please provide a test case.
comment:5 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Automatically closed due to 14 days of inactivity.
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.