Ticket #4410 (closed bug: worksforme)
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: | |
| Blocking: | Blocked by: |
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.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

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.