Skip to main content

Bug Tracker

Side navigation

#1011 closed bug (worksforme)

Opened March 01, 2007 01:31AM UTC

Closed November 29, 2007 07:45PM UTC

Last modified March 15, 2012 05:42PM UTC

.fadeIn() broken in Firefox 3

Reported by: voyagerfan5761 Owned by:
Priority: major Milestone: 1.2.2
Component: effects Version: 1.1.2
Keywords: Cc:
Blocked by: Blocking:
Description

As of Gran Paradiso Alpha 2, jQuery's fade-in effect does not work.

Attachments (0)
Change History (15)

Changed March 01, 2007 01:32AM UTC by voyagerfan57 comment:1

I should mention that the site URL (you can use this to see for yourself what happens) is http://web.augsburg.edu/~werlm/cada/?msg=outnote .

Changed March 01, 2007 02:24AM UTC by cdomigan comment:2

Perhaps we should wait for at least a beta of FF3 before fixing issues. In alpha it's probably too much of a moving target.

Changed March 01, 2007 05:23AM UTC by john comment:3

I'm in the process of moving the jQuery test suite into the Mozilla branch. This is an obvious regression in Firefox and shouldn't have happened. I'll try to localize it and let you know what's up.

Changed March 01, 2007 05:23AM UTC by john comment:4

summary: FF3 support.fadeIn() broken in Firefox 3

Changed March 02, 2007 01:09AM UTC by voyagerfan57 comment:5

Thanks. I'll keep checking back here daily, but if you make a serious breakthrough you can email me at [my dev.jquery.com username]@gmail.com . Thanks for the quick response. Mozilla isn't releasing the update until this fall, with a third alpha due late this month. I guess there's time. I just jumped because I use this function for critical interface components on my site. It is fixable with a simple recode, but...I like the appearance, y'know? Best of luck tracking this down!

Changed March 09, 2007 11:53PM UTC by voyagerfan57 comment:6

I've found some more things. I don't know if they belong here, but both ShortAccesskey and TableSorter are broken in FF3 (TableSorter version as of 2006-08-21; No date found for ShortAccesskey). This definitely extends past .fadeIn().

Changed June 01, 2007 04:18AM UTC by voyagerfan57 comment:7

In reply to haoracks's comment: Could someone please remove this spam from the database? Here I thought someone had actually paid my report some mind lately...

Changed June 17, 2007 09:09PM UTC by voyagerfan57 comment:8

Aaaah! More spam. Can we get rid of this, too, please? Thanks in advance, John (or whoever is taking care of this stuff).

Changed June 17, 2007 09:17PM UTC by voyagerfan57 comment:9

Replying to [ticket:1011 voyagerfan5761]:

As of Gran Paradiso Alpha 2, jQuery's fade-in effect does not work.

I should note that I just tested with Gran Paradiso Alpha 5, and the code still does not work. To clarify, I'm using the fadeTo() function like this: $('div.msg').fadeTo(3000, 1);

Changed June 17, 2007 09:29PM UTC by voyagerfan57 comment:10

Replying to [comment:12 voyagerfan5761]:

Replying to [ticket:1011 voyagerfan5761]: > As of Gran Paradiso Alpha 2, jQuery's fade-in effect does not work. I should note that I just tested with Gran Paradiso Alpha 5, and the code still does not work. To clarify, I'm using the fadeTo() function like this: $('div.msg').fadeTo(3000, 1);

Another update: I just downloaded the nightly release available on this date (06/17/07) and tested it in FF3a5. The fade still does not work.

Changed August 23, 2007 05:13AM UTC by voyagerfan57 comment:11

This URL will no longer cause the banner to try to appear. You must now make an invalid login attempt to cause a banner to appear.

Replying to [comment:1 voyagerfan5761]:

I should mention that the site URL (you can use this to see for yourself what happens) is http://web.augsburg.edu/~werlm/cada/?msg=outnote .

Changed November 23, 2007 11:03AM UTC by voyagerfan57 comment:12

OK, this bug seems to have garnered no response at all...

Let me just note that I have frozen the site in question on the last 1.1.x release because of some compatibility problems with jQuery 1.2.x and the Interface plugin. As of FF3b1, the fadeIn() method still does not work.

On further investigation, I discovered that .fadeIn() does not work even in FF2. I have been using .fadeTo() instead. Not even switching to jQuery 1.2.1 solves the problem; the method still fails. I do not know if it is a factor of my CSS, the structure of the page, or what, but nothing works.

As a matter of correction, it is .fadeTo() that hasn't been working in Firefox 3, and .fadeIn() and .fadeOut() do not work in FF2 (I have not had time to test in the latest FF3).

The title of this bug is in need of a change, I think.

Changed November 28, 2007 08:26AM UTC by davidserduke comment:13

need: → Review

I think FF3 was just released as a beta the other day. Is this still a problem with FF3 beta? I'm afraid to install it since I've had issues with multiple version FF installations and I don't have a spare machine at the moment to test it.

Changed November 29, 2007 07:45PM UTC by davidserduke comment:14

milestone: 1.1.31.2.2
need: ReviewTest Case
resolution: → worksforme
status: newclosed

This has now been tested on Firefox 3 Beta 1 and works fine for me.

http://docs.jquery.com/Effects/fadeIn#speedcallback

Hopefully whatever problem you are seeing is gone. If not please reopen the ticket with a new test case.

Changed December 02, 2007 09:05PM UTC by voyagerfan57 comment:15

Replying to [comment:17 davidserduke]:

This has now been tested on Firefox 3 Beta 1 and works fine for me. http://docs.jquery.com/Effects/fadeIn#speedcallback Hopefully whatever problem you are seeing is gone. If not please reopen the ticket with a new test case.

As I mentioned above, this bug has been mistitled for the last however many months. I've been using fadeTo(), not fadeIn(). I don't particularly have time to test it now, but I will in the next week or two, and will post my test code snippet. Until then, I'll leave the bug closed. Meanwhile, I'm not quite sure how to change the bug title...