Side navigation
#10068 closed bug (worksforme)
Opened August 17, 2011 06:36AM UTC
Closed August 17, 2011 11:25AM UTC
Last modified September 14, 2011 05:57PM UTC
.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.
Attachments (0)
Change History (9)
Changed August 17, 2011 11:25AM UTC by comment:1
component: | unfiled → effects |
---|---|
priority: | undecided → low |
resolution: | → worksforme |
status: | new → closed |
Changed August 18, 2011 12:33PM UTC by comment:2
I have the same problem in a lot of my sites. Works fine in FF5 or lower and FF7 and higher...
Changed August 18, 2011 02:51PM UTC by comment:3
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.
Changed August 18, 2011 03:21PM UTC by comment:4
Replying to [comment:3 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.
Changed August 18, 2011 10:49PM UTC by comment:5
I'm also seeing this same problem! fadeIn and many other items are completely failing in Firefox 6 on Mac.
Changed August 19, 2011 04:03AM UTC by comment:6
Still no test case though, not even a link to a site that breaks! Have you reported it to Mozilla?
Changed August 19, 2011 07:07AM UTC by comment:7
Replying to [comment:6 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.
Changed September 14, 2011 05:57PM UTC by comment:9
Exact same for me. Getting worse with each new update.
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.