Skip to main content

Bug Tracker

Side navigation

#318 closed bug (duplicate)

Opened October 27, 2006 10:02PM UTC

Closed November 01, 2006 04:35PM UTC

Last modified March 15, 2012 06:45PM UTC

White Dots on Faded Images in IE.

Reported by: anonymous Owned by:
Priority: minor Milestone:
Component: effects Version:
Keywords: Cc:
Blocked by: Blocking:
Description

I have used fadeTo to fade out some images on a site I have created and in IE some of them have white dots on them, it always happens to the same images.

But when I remove the fadeTo there are no white dots, so I can only really assume it is something to do with the fadeTo and not an issue with the images or something else.

Attachments (0)
Change History (1)

Changed November 01, 2006 04:35PM UTC by brandon comment:1

resolution: → duplicate
status: newclosed

This is an issue with the Alpha filter in IE. It seems to occur, for me at least, only in solid black pixels. In order to address this jQuery removes the filter after reaching an opacity of 100%. This is an unfortunate result of using the filters in IE and the only other way around this is to try and adjust the images to change the pixels that are going white.