Ticket #2531318 (accepted defect)
ReporterStanda Opichal |
Opened: 10/21/11 Last modified: 09/19/12 Status: accepted Type: defect |
Owner Matt Sweeney |
Target Release: BACKLOG Priority: P3 (normal) |
|---|---|---|---|
| Summary: | Y.Anim should ignore nodes that arent bound to a dom node | ||
| Description: | It touches nodes even when they don't exist. It should quit when the node ceases to exist (e.g. after a widget.destroy() method called). |
||
| Type: | defect | Observed in Version: | 3.4.1 |
| Component: | Animation | Severity: | S3 (normal) |
| Assigned To: | Matt Sweeney | Target Release: | BACKLOG |
| Location: | Priority: | P3 (normal) | |
| Tags: | Relates To: | ||
| Browsers: | All | ||
| URL: | |||
| Test Information: | |||
Change History
|
Posted: 10/21/11
|
|
Posted: 10/25/11
|
|
Posted: 11/7/11
|
|
Posted: 03/23/12
|
|
Posted: 09/19/12
Moving from 3.NEXT to BACKLOG. |
IOW: Y.Anim.proto.destructor doesn't do proto.stop() to avoid touching the nodes...