{ "id": "97714", "key": "TIMOB-10058", "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": [ { "id": "13574", "description": "Sprint 2012-15 Core", "name": "Sprint 2012-15 Core", "archived": true, "released": true, "releaseDate": "2012-07-30" }, { "id": "13505", "description": "Release 3.0.0", "name": "Release 3.0.0", "archived": true, "released": true, "releaseDate": "2012-12-14" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2012-07-24T11:16:30.000+0000", "created": "2012-07-20T10:18:40.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "core", "module_animation", "qe-testadded" ], "versions": [ { "id": "13271", "description": "Release 2.1.0", "name": "Release 2.1.0", "archived": false, "released": true, "releaseDate": "2012-06-29" } ], "issuelinks": [], "assignee": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "updated": "2012-08-13T04:04:01.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": "10202", "name": "Android", "description": "Android Platform" } ], "description": "h3. Fail / Test case\r\n\r\n* Run the following app.js in an app:\r\n\r\n{code:title=app.js}\r\n\r\nTitanium.UI.setBackgroundColor('#444');\r\nvar win = Titanium.UI.createWindow({ \r\n title:'Test',\r\n backgroundColor:'#444',\r\n\tfullscreen: false,\r\n\texitOnClose: true\r\n});\r\n\r\n\r\nvar v;\r\nwin.add(v = Ti.UI.createView({\r\n\twidth: \"200dp\", height: \"200dp\", backgroundColor: \"red\"\r\n}));\r\n\r\nv.addEventListener(\"click\", function() {\r\n\tv.animate({backgroundColor: \"blue\", duration: 1000, autoreverse: true});\r\n});\r\n\r\nwin.open();\r\n{code}\r\n\r\n* When the app loads, tap the red box.\r\n\r\n* In the fail case, it will animate to blue and then _stay blue_. When testing the fix, it should go back to red after blue, because {{autoreverse}} is set to true.", "attachment": [], "flagged": false, "summary": "Android: Color animation not reversible", "creator": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "subtasks": [], "reporter": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "environment": "Titanium 1.8.2 -> 2.1.0. Android, any version, any device or emulator. Desktop OS is irrelevant.", "comment": { "comments": [ { "id": "208869", "author": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "body": "Pull request ready:\r\n\r\nhttps://github.com/appcelerator/titanium_mobile/pull/2624", "updateAuthor": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "created": "2012-07-23T08:59:15.000+0000", "updated": "2012-07-23T08:59:15.000+0000" }, { "id": "213924", "author": { "name": "etcarev", "key": "etcarev", "displayName": "Evgenii Tcarev", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified fixed with:\r\nTitanium Studio, build: 2.1.1.201207271312\r\nTitanium SDK, build: 2.2.0.v20120810132430\r\n\r\nDevice:\r\nSamsung Nexus S (4.1.1)\r\n", "updateAuthor": { "name": "etcarev", "key": "etcarev", "displayName": "Evgenii Tcarev", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-08-10T17:19:22.000+0000", "updated": "2012-08-10T17:19:22.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }