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.
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.