Ticket #8037 (closed bug: worksforme)
fadeToggle() & bugs in IE (all versions) with PNG, MNG, APNG
| Reported by: | monolithed@… | Owned by: | monolithed@… |
|---|---|---|---|
| Priority: | low | Milestone: | 1.next |
| Component: | effects | Version: | 1.4.4 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
fadeToggle() bug with alpha-channel in IE (all versions) with PNG, MNG, APNG
examle: http://www.jsfiddle.net/APZ4h/3/
Change History
comment:1 Changed 2 years ago by addyosmani
- Owner set to monolithed@…
- Priority changed from undecided to low
- Status changed from new to pending
comment:2 Changed 2 years ago by monlithed
Could you go into detail about what the bug you're experiencing?
Platform: Windows XP SP3
watch the video:
comment:3 Changed 2 years ago by jitter
- Component changed from unfiled to effects
I guess this is one of the many IE png transparency bugs. What workarounds to that did you try out?
comment:4 Changed 2 years ago by jitter
- Status changed from pending to closed
- Resolution set to worksforme
This test case doesn't have the behavior shown in your video anymore for me. Fixing this was as easy as setting a background color on the image elements, which is a known workaround for some IE png issue and one of the first hints you get when googling.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

Tested this with IE6 and there didn't appear to be any problems at all. With IE8 and IE9 there's a minor difference in how the graphics are faded out but this seems to be more to do with IE's PNG/transparent image handling than anything else.
Could you go into detail about what the bug you're experiencing?