Ticket #8556 (assigned bug)
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: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:7 Changed 6 months ago by chee
Just confirming this is still an issue with jQuery 1.8.2, IE8: http://jsfiddle.net/FRbyf/25/ https://snaek.org/resources/43d2c6ccf5c61113bf911f649bbf7241da0703e7.png
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
