Bug Tracker

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#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 addyosmani

Component: unfiledeffects
Priority: undecidedlow
Resolution: worksforme
Status: newclosed

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.

comment:2 Changed 12 years 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 Changed 12 years ago by Rick Waldron

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 12 years 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 12 years 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 Changed 12 years 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 12 years 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.

comment:8 Changed 12 years ago by cdekraker

We solved this problem by disabling FireBug...

comment:9 Changed 12 years ago by anonymous

Exact same for me. Getting worse with each new update.

Note: See TracTickets for help on using tickets.