Bug Tracker

Modify

Ticket #8556 (assigned bug)

Opened 2 years ago

Last modified 3 months ago

fadeTo doesnt work in IE7 and IE8 for position different from static aplied in child element faded

Reported by: alexanmtz Owned by: mikesherov
Priority: low Milestone: 1.next
Component: effects Version: 1.4.4
Keywords: ie7 ie8 Cc:
Blocking: Blocked by:

Description

As you can see in live example:  http://jsfiddle.net/FRbyf/6/

The fadeIn or any opacity animation doesn't work when applied in element that his child have a position different from static.

All browsers work as expected except IE7 and IE8.

Change History

comment:1 follow-up: ↓ 2 Changed 2 years ago by rwaldron

  • Keywords needsreview added
  • Component changed from unfiled to effects

comment:2 in reply to: ↑ 1 Changed 2 years ago by anonymous

fadeIn and fadeOut also don't work

comment:3 Changed 19 months ago by domas.trijonis@…

It fails because jquery sets only filter property. To make this work correctly "-ms-filter" has to be set.

comment:4 Changed 12 months ago by addyosmani

Confirming this is still an issue in IE7/8  http://cl.ly/2H240T3c2a0g4333050U

comment:5 Changed 11 months ago by mikesherov

  • Keywords needsreview removed
  • Priority changed from undecided to low
  • Status changed from new to open

comment:6 Changed 10 months ago by dmethvin

  • Keywords ie7 ie8 added

comment:7 Changed 6 months ago by chee

comment:8 Changed 3 months ago by rwaldron

  • Owner set to mikesherov
  • Status changed from open to assigned

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 assigned
Author


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

 
Note: See TracTickets for help on using tickets.