Skip to main content

Bug Tracker

Side navigation

#8556 closed bug (migrated)

Opened March 17, 2011 09:05PM UTC

Closed October 20, 2014 10:32PM UTC

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

Reported by: alexanmtz Owned by: m_gol
Priority: low Milestone: 1.next
Component: effects Version: 1.4.4
Keywords: ie7 ie8 Cc:
Blocked by: Blocking:
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.

Attachments (0)
Change History (13)

Changed March 18, 2011 01:15AM UTC by rwaldron comment:1

component: unfiledeffects
keywords: → needsreview

Changed June 18, 2011 09:04PM UTC by anonymous comment:2

fadeIn and fadeOut also don't work

Changed October 17, 2011 10:49AM UTC by domas.trijonis@gmail.com comment:3

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

Changed May 29, 2012 08:47AM UTC by addyosmani comment:4

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

Changed June 26, 2012 12:08PM UTC by mikesherov comment:5

keywords: needsreview
priority: undecidedlow
status: newopen

Changed July 25, 2012 12:51AM UTC by dmethvin comment:6

keywords: → ie7 ie8

Changed November 27, 2012 05:42PM UTC by chee comment:7

Changed February 14, 2013 03:53AM UTC by rwaldron comment:8

owner: → mikesherov
status: openassigned

Changed March 16, 2014 04:50PM UTC by dmethvin comment:9

@mikesherov this ended up being assigned to you. I'm inclined to wontfix it, what do you think?

Changed April 30, 2014 09:50PM UTC by m_gol comment:10

_comment0: @dmethvin: can't we just use `-ms-filter` apart from `filter`? We can remove `filter` anyway in 1.12/2.2.1398894687479511
_comment1: @dmethvin: can't we just use `-ms-filter` apart from `filter`? We can remove `filter` anyway in 1.12.1399298701117165

@dmethvin: can't we just use -ms-filter apart from filter? We can remove filter anyway in 1.13.

Changed May 01, 2014 01:58PM UTC by dmethvin comment:11

@m_gol, not sure. According to Microsoft, -ms-filter only applies in IE8/9 and in IE8 it's a synonym for filter. http://msdn.microsoft.com/en-us/library/ie/ms530752(v=vs.85).aspx

Since we're dropping IE6/7 support soon perhaps the problem has been simplified. Do you want to grab this ticket and see if you can come up with a fix?

Changed May 05, 2014 02:05PM UTC by m_gol comment:12

owner: mikesherovm_gol

@dmethvin I meant 1.13 not 1.12. Still, -ms-filter is better as its syntax conforms to CSS rules and filter certainly does not. I'll grab this ticket & check the effect.

Changed October 20, 2014 10:32PM UTC by m_gol comment:13

resolution: → migrated
status: assignedclosed