Skip to main content

Bug Tracker

Side navigation

#1396 closed bug (fixed)

Opened July 13, 2007 11:07PM UTC

Closed July 20, 2007 08:05PM UTC

Easing error in 1.1.3.1 with Interface

Reported by: Messiahs Owned by: john
Priority: major Milestone: 1.1.4
Component: effects Version: 1.1.3
Keywords: Cc:
Blocked by: Blocking:
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 (0)
Change History (4)

Changed July 20, 2007 03:22PM UTC by john comment:1

component: ajaxfx
owner: → john
summary: Bug in animationEasing 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 July 20, 2007 03:39PM UTC by bhagany comment:2

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 July 20, 2007 03:39PM UTC by bhagany comment:3

Ach. Beat me to it, John. Sorry.

Changed July 20, 2007 08:05PM UTC by john comment:4

resolution: → fixed
status: newclosed

Fixed in SVN rev [2423].