Opened 14 years ago
Closed 12 years ago
#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: | |
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.
Change History (2)
comment:1 Changed 14 years ago by
comment:2 Changed 12 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
This works with jQuery 1.4.2 and Firefox 3.5, so the issue must have been fixed somewhere along the line.
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.