Open GoogleCodeExporter opened 9 years ago
I found out that the AplhaImageLoader in line 558:
img.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" +
imgSrc + "')";
causes the problem. If this line is removed in IE8 is it working fine. The line
is
required in IE7 though.
A patch is attached.
Original comment by belto...@gmail.com
on 20 Apr 2010 at 3:30
Attachments:
Yes, it works, I confirm.
Original comment by matteo.p...@gmail.com
on 7 Oct 2010 at 10:38
Original issue reported on code.google.com by
belto...@gmail.com
on 20 Apr 2010 at 2:55