Skip to main content

Bug Tracker

Side navigation

#4410 closed bug (worksforme)

Opened March 24, 2009 03:17PM UTC

Closed August 13, 2010 01:17AM UTC

fadeOut does not execute

Reported by: langdonx Owned by:
Priority: major Milestone: 1.3.2
Component: effects Version: 1.3.2
Keywords: fadeout, animate, speed Cc:
Blocked by: Blocking:
Description

1.3.2's fadeOut does not fully execute in my example.

This is an edge case, because simple tests work fine.

Works:

http://home.langdonx.com:8000/upload/jqu/index.1.3.1.php

Does not work:

http://home.langdonx.com:8000/upload/jqu/index.1.3.2.php

Both pages are the same, the only difference is the referenced jQuery file. To reproduce, click the browse link, select a file.

In 1.3.1, the progress bar fades in, goes to 100%, and fades out. In 1.3.2, fadeOut never fully executes.

I've tried debugging with a few breakpoints, but the code is rather complex and touches many different parts of jQuery.

Attachments (0)
Change History (2)

Changed March 24, 2009 06:22PM UTC by langdonx comment:1

This only appears to be an issue in FireFox 3 (I'm running 3.0.7 on a Windows XP and a Windows 7 machine).

It works fine in IE6 and IE8.

Changed August 13, 2010 01:17AM UTC by dmethvin comment:2

resolution: → worksforme
status: newclosed

This works with jQuery 1.4.2 and Firefox 3.5, so the issue must have been fixed somewhere along the line.