Skip to main content

Bug Tracker

Side navigation

#6412 closed bug (invalid)

Opened April 08, 2010 06:58PM UTC

Closed October 15, 2010 04:44AM UTC

Problem with fadeOut on ie8

Reported by: Rakken Owned by:
Priority: undecided Milestone: 1.4.2
Component: effects Version: 1.4.2
Keywords: Cc:
Blocked by: Blocking:
Description

I have created a big div (on all screen), with a semi-transparent png, for creating a fog, and put a fadeOut effect on it. It works but create really bad visual effect.

In join piece, I give a really simple example of code for reproducing the problem. I put the html page, my jquery version (1.4.2) and the png used. I have also put an screenshoot for showing the problem.

My ie version was : 8.0.7600.16385, on Windows7-64bits.

Thanks !

Rakken.

ps : sorry for my realy bad english, i'm French.

Attachments (1)
  • testjQuery.zip (128.4 KB) - added by Rakken April 08, 2010 06:59PM UTC.

    Example of code for showing fadeOut problem.

Change History (3)

Changed October 14, 2010 03:14AM UTC by snover comment:1

status: newpending

This ticket has been marked as missing a test case. In an effort to reduce the number of outstanding tickets in the bug tracker, it will be closed automatically in 30 days. In order to prevent this from happening, please provide a working test case. If a test case has already been provided and our records are wrong, please respond to the ticket so that it can be fixed. Thank you!

Changed October 14, 2010 07:27PM UTC by Rakken comment:2

status: pendingnew

no test case ? o_O

Unzip the .zip file, clic on "test.html", and you will see the bug.

I do the most simple for you to see the problem. I can't do more, sorry.

Changed October 15, 2010 04:44AM UTC by snover comment:3

priority: → undecided
resolution: → invalid
status: newclosed

Thanks for the report, but this is not a bug. You can’t mix opacity and alpha-transparent images in IE unless you apply the opacity directly to an alpha-transparent <img> tag.