Bug Tracker

Modify

Ticket #7985 (closed bug: worksforme)

Opened 2 years ago

Last modified 2 years ago

fadeTo callback fires before

Reported by: Kelvne M. Owned by:
Priority: low Milestone: 1.next
Component: effects Version: 1.4.4
Keywords: Cc:
Blocking: Blocked by:

Description (last modified by jitter) (diff)

Tested in Firefox 4.0+ and Chrome 10+

For some reason, ONLY ON CHROME, the callback have been called before the fadeTo

This is the code:

$("#fuzz").fadeTo('slow', 0.7565, function(){
    $("#alertmessage").fadeIn('1300')		
})

Do anyone knows why?

Change History

comment:1 Changed 2 years ago by jitter

  • Priority changed from undecided to low
  • Resolution set to worksforme
  • Status changed from new to closed
  • Component changed from unfiled to effects
  • Description modified (diff)

Thanks for taking the time to contribute to the jQuery project by writing a bug report.

Following your report I made this  test case. Which seems to work just fine in Opera 11, FF 3.6.13 (also FF4bX) and Chrome 8.

So I'm inclined to believe that this is a problem of the Chrome 10+ version and not of jQuery. Note that Chrome 10.X is a bleeding edge development version and not officially supported by jQuery.

I think you should try to reproduce this error without the use of jQuery and file this against the Chrome (maybe WebKit) bug tracker.

But if you indeed can prove this is a jQuery bug (with a reduced test case) and it is reproducible on one of the officially supported browser we will be more then happy to reopen this ticket and investigate this issue further.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.