Bug Tracker

Modify

Ticket #1728 (closed bug: invalid)

Opened 6 years ago

Last modified 2 years ago

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:1 Changed 6 years ago by john

  • Component changed from core to fx

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.

comment:3 Changed 5 years ago by davidserduke

  • Description modified (diff)

comment:4 Changed 3 years ago by dmethvin

  • Owner set to samsonart
  • Status changed from new to pending

Please provide a test case.

comment:5 Changed 2 years ago by trac-o-bot

  • Status changed from pending to closed
  • Resolution set to invalid

Automatically closed due to 14 days of inactivity.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.