{ "id": "109641", "key": "TIMOB-13305", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [], "resolution": { "id": "2", "description": "The problem described is an issue which will never be fixed.", "name": "Won't Fix" }, "resolutiondate": "2017-05-01T22:37:14.000+0000", "created": "2013-02-13T00:22:48.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [ "linvalid" ], "versions": [], "issuelinks": [], "assignee": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "updated": "2018-04-04T23:20:42.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "11500", "name": "MobileWeb", "description": "Mobile Web (HTML) Platform" } ], "description": "*Steps to reproduce:*\r\n1) Open project from attachment\r\n2) Run it\r\n3) Click on green box. It will start animating - from green to red and fully transparent.\r\n4) When animated box will be almost transparent click on it once again.\r\n5) Wait for all animations completed.\r\n\r\n*Expected result:*\r\nGreen box should return to it's original state\r\n\r\n*Actual result:*\r\nGreen box is semitransparent (depends on moment when you clicked second time)\r\n\r\n*Extras:*\r\nYou can watch attached video that demonstrates bug.\r\n\r\n*General code:*\r\n{noformat}\r\nvar view1 = Ti.UI.createView({\r\n\t\t backgroundColor:'green',\r\n\t\t opacity:'1',\r\n\t\t width:100,\r\n\t\t height:100\r\n\t\t});\r\n\t\t\r\n\t\tview1.addEventListener('click', function() {\r\n\t\t view1.animate({\r\n\t\t autoreverse:true,\r\n\t\t duration: 3000,\r\n\t\t repeat:2,\r\n\t\t opacity:'0',\r\n\t\t backgroundColor:'red'\r\n\t\t })\r\n\t\t});\r\n{noformat}", "attachment": [ { "id": "35545", "filename": "autoreverseAnimationBug.mp4", "author": { "name": "stanislav fedorenko (gl)", "key": "stanislav fedorenko (gl)", "displayName": "Stanislav Fedorenko", "active": true, "timeZone": "Europe/Helsinki" }, "created": "2013-02-13T00:22:48.000+0000", "size": 719750, "mimeType": "video/mp4" }, { "id": "35544", "filename": "autoreverseAnimationBug.zip", "author": { "name": "stanislav fedorenko (gl)", "key": "stanislav fedorenko (gl)", "displayName": "Stanislav Fedorenko", "active": true, "timeZone": "Europe/Helsinki" }, "created": "2013-02-13T00:22:48.000+0000", "size": 817359, "mimeType": "application/zip" } ], "flagged": false, "summary": "MobileWeb: Ti.UI.Animation.autoreverse does not fully returns view to initial state", "creator": { "name": "stanislav fedorenko (gl)", "key": "stanislav fedorenko (gl)", "displayName": "Stanislav Fedorenko", "active": true, "timeZone": "Europe/Helsinki" }, "subtasks": [], "reporter": { "name": "stanislav fedorenko (gl)", "key": "stanislav fedorenko (gl)", "displayName": "Stanislav Fedorenko", "active": true, "timeZone": "Europe/Helsinki" }, "environment": "mobilesdk 3.0.2.v20130207164659 (win32)", "comment": { "comments": [ { "id": "418512", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Resolving ticket as \"Won't Fix\" as MobileWeb is no longer supported.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-05-01T22:37:14.000+0000", "updated": "2017-05-01T22:37:14.000+0000" }, { "id": "436481", "author": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Closing as will not fix.", "updateAuthor": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-04-04T23:20:42.000+0000", "updated": "2018-04-04T23:20:42.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }