Skip to main content

Bug Tracker

Side navigation

#1728 closed bug (invalid)

Opened September 25, 2007 03:42PM UTC

Closed December 02, 2010 08:07AM UTC

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

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.

Attachments (0)
Change History (5)

Changed September 26, 2007 10:01PM UTC by john comment:1

component: corefx

Changed October 02, 2007 12:37AM UTC by davidserduke comment:2

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.

Changed November 12, 2008 08:26AM UTC by davidserduke comment:3

description: 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.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.

Changed November 17, 2010 01:05AM UTC by dmethvin comment:4

owner: → samsonart
status: newpending

Please provide a test case.

Changed December 02, 2010 08:07AM UTC by trac-o-bot comment:5

resolution: → invalid
status: pendingclosed

Automatically closed due to 14 days of inactivity.