Ticket #2532352 (closed defect)

Reporter


Matt Sweeney
Opened: 05/24/12
Last modified: 01/28/13
Status: closed
Type: defect
Resolution: fixed

Owner


Matt Sweeney
Target Release: 3.8.1
Priority: P3 (normal)
Summary: anim no longer works for object properties
Description:

A change to the DEFAULT_SETTER and DEFAULT_GETTER breaks the ability to animate object properties, including DOM properties.

For example:


var anim = new Y.Anim({
node: '#demo',
to: { scrollLeft: 100 }
});

anim.run();

Type: defect Observed in Version: 3.5.1
Component: Animation Severity: S3 (normal)
Assigned To: Matt Sweeney Target Release: 3.8.1
Location: Library Code Priority: P3 (normal)
Tags: Relates To:
Browsers: N/A
URL:
Test Information:

Change History

Matt Sweeney

YUI Developer

Posted: 07/23/12
  • milestone changed from 3.6.0 to FUTURE

Matt Sweeney

YUI Developer

Posted: 01/16/13
  • status changed from accepted to checkedin

This was fixed in a previous release.

Jenny Donnelly

YUI Developer

Posted: 01/28/13
  • milestone changed from FUTURE to 3.8.1

Moving all checked in bugs to 3.8.1.

Jenny Donnelly

YUI Developer

Posted: 01/28/13
  • resolution changed to fixed
  • status changed from checkedin to closed