#10068 closed bug (worksforme)
.fadeIn() broke with Firefox 6
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | effects | Version: | 1.6.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
.fadeIn() and probably some other effects don't work in Firefox 6.
Change History (9)
comment:1 Changed 12 years ago by
Component: | unfiled → effects |
---|---|
Priority: | undecided → low |
Resolution: | → worksforme |
Status: | new → closed |
comment:2 Changed 12 years ago by
I have the same problem in a lot of my sites. Works fine in FF5 or lower and FF7 and higher...
comment:3 follow-up: 4 Changed 12 years ago by
I just ran Addy's test in FF6 and confirm that it runs as expected. The problem here is that we now have two reports, but neither have provided a code example to back up the claim.
comment:4 Changed 12 years ago by
Replying to rwaldron:
I just ran Addy's test in FF6 and confirm that it runs as expected. The problem here is that we now have two reports, but neither have provided a code example to back up the claim.
It's not just the snippets that cause the problem. It happens if there are a lot of JQuery effects on that page. I have checked the code and ran it through a jshint and there are no appearant problems with the code. It's ONLY FF6 final that causes the page to break. EVERY other browser works as expected. This is not a case of shoddy implementation on our part.
comment:5 Changed 12 years ago by
I'm also seeing this same problem! fadeIn and many other items are completely failing in Firefox 6 on Mac.
comment:6 follow-up: 7 Changed 12 years ago by
Still no test case though, not even a link to a site that breaks! Have you reported it to Mozilla?
comment:7 Changed 12 years ago by
Replying to dmethvin:
Still no test case though, not even a link to a site that breaks! Have you reported it to Mozilla?
I need to recreate it on a different page. The page on which it breaks is a backend used by my company so I can't just post a link for you guys to view it.
I've just created a test case checking fadeIn(), fadeOut() and slideDown() here: (jsFiddle is currently down so its on jsBin): http://jsbin.com/umocaq/. With Firefox 6.0, all of the animations display as expected for me with no issues whatsoever. Please double check your code.