Bug Tracker

Ticket #1396 (closed bug: fixed)

Opened 1 year ago

Last modified 1 year ago

Easing error in 1.1.3.1 with Interface

Reported by: Messiahs Assigned to: john
Type: bug Priority: major
Milestone: 1.1.4 Component: fx
Version: 1.1.3 Keywords:
Cc: Needs: Review

Description

when you disable this line, everything works fine.

// Perform the easing function, defaults to swing z.now = jQuery.easing[options.easing](p, n, firstNum, (lastNum-firstNum), options.duration);

You can Test this with this webpage: http://www.hackthenet.de/demos/ajaxlogin/

when you change the js to 1.1.3 an error occured

Attachments

Change History

Changed 1 year ago by john

  • owner set to john
  • component changed from ajax to fx
  • summary changed from Bug in animation to Easing error in 1.1.3.1 with Interface

This is a bug in the Interface plugin, but I'll attempt to include a workaround.

Changed 1 year ago by bhagany

This is similar to, but not exactly the same as the problem that was reported in ticket #1212 and fixed in rev [2131]. In particular, options.easing is undefined in some cases. I believe the bug is actually in Interface, but having a fallback value probably wouldn't hurt.

Changed 1 year ago by bhagany

Ach. Beat me to it, John. Sorry.

Changed 1 year ago by john

  • status changed from new to closed
  • resolution set to fixed

Fixed in SVN rev [2423].

Note: See TracTickets for help on using tickets.