{ "id": "112559", "key": "TIMOB-13485", "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": null, "resolutiondate": null, "created": "2013-04-08T23:27:37.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "reprod" ], "versions": [ { "id": "14164", "description": "Release 3.0.2", "name": "Release 3.0.2", "archived": true, "released": true, "releaseDate": "2013-02-19" }, { "id": "14162", "description": "Release 3.1.0", "name": "Release 3.1.0", "archived": true, "released": true, "releaseDate": "2013-04-16" } ], "issuelinks": [], "assignee": null, "updated": "2018-02-28T20:03:43.000+0000", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "components": [ { "id": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "*Problem description*\r\nAnimations won't start on table view rows that are not visible.\r\n\r\n*Steps to reproduce*\r\n1. Run test case.\r\n2. See that all visible UiLabels are red.\r\n3. Scroll down to see that UILabels previously not in view are still black.\r\n\r\n*Test case*\r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n\tbackgroundColor : '#ffffff'\r\n});\r\n\r\nvar data = [];\r\nfor (var i = 0; i < 10; i++) {\r\n\tvar r = Ti.UI.createTableViewRow({\r\n\t\theight : 100\r\n\t});\r\n\tvar label = Ti.UI.createLabel({\r\n\t\ttext : 'Animated teststring',\r\n\t\tcolor : '#000000'\r\n\t});\r\n\tr.add(label);\r\n\tlabel.animate({\r\n\t\tcolor : '#ff0000',\r\n\t\tduration : 300\r\n\t});\r\n\tdata.push(r);\r\n}\r\n\r\nvar tableView = Ti.UI.createTableView({\r\n\tdata : data\r\n});\r\n\r\nwin.add(tableView);\r\nwin.open();\r\n{code}", "attachment": [], "flagged": false, "summary": "iOS: Animation won't start on table view rows that are not visible", "creator": { "name": "dsefton", "key": "dsefton", "displayName": "Daniel Sefton", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "dsefton", "key": "dsefton", "displayName": "Daniel Sefton", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "246547", "author": { "name": "dsefton", "key": "dsefton", "displayName": "Daniel Sefton", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Tested and confirmed on iOS 6 simulator, Ti SDK 3.0.2 GA, latest 3.1 CI", "updateAuthor": { "name": "dsefton", "key": "dsefton", "displayName": "Daniel Sefton", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-04-08T23:42:49.000+0000", "updated": "2013-04-08T23:42:49.000+0000" }, { "id": "420401", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "I have been able to reproduce this issue with the following environment; \r\niPhone 7 (10.2) \r\nMacOS 10.11.6 (15G31) \r\nStudio 4.9.0.201705021158 \r\nTi SDK 6.1.0.v20170519131839 \r\nAppc NPM 4.2.9 \r\nAppc CLI 6.2.1 \r\nTi CLI 5.0.13 \r\nAlloy 1.9.11 \r\nArrow 2.0.0 \r\nXcode 8.2 (8C38) \r\nNode v4.8.2 \r\nJava 1.7.0_80", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-05-24T22:50:47.000+0000", "updated": "2017-05-24T22:50:47.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }