Ticket #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: | ||
| Blocking: | Blocked by: |
Description
.fadeIn() and probably some other effects don't work in Firefox 6.
Change History
comment:1 Changed 21 months ago by addyosmani
- Priority changed from undecided to low
- Resolution set to worksforme
- Status changed from new to closed
- Component changed from unfiled to effects
comment:2 Changed 21 months ago by anonymous
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 21 months ago by 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.
comment:4 in reply to: ↑ 3 Changed 21 months ago by anonymous
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 21 months ago by anonymous
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 21 months ago by dmethvin
Still no test case though, not even a link to a site that breaks! Have you reported it to Mozilla?
comment:7 in reply to: ↑ 6 Changed 21 months ago by anonymous
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.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

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.