{ "id": "78908", "key": "TIMOB-5651", "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": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-08-10T09:29:35.000+0000", "created": "2011-08-08T07:18:58.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "mnegadaylov", "key": "mnegadaylov", "displayName": "Maxim Negadaylov", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-09T20:48:10.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": "Slow render of tableView object. TableView renders very slow if it contains many tableViewRow objects (more 100).\r\nExample: it takes about 16 seconds in Chrome and more than 80 seconds in Fifox to render this tableView.\r\n{code:JavaScript}\r\nvar w = Ti.UI.currentWindow;\r\n\r\nvar tv = Ti.UI.createTableView({\r\n\ttop:0,\r\n\theight:280,\r\n\tborderWidth:1,\r\n\tborderColor:\"black\"\r\n});\r\nvar l = Ti.UI.createLabel({\r\n\ttext:\"running\",\r\n\twidth:\"auto\",\r\n\theight:\"auto\",\r\n\tbottom:15\r\n});\r\nw.add(tv);\r\nw.add(l);\r\n\r\nvar count = 500;\r\nvar ts = new Date;\r\n\r\nvar data = [];\r\n\r\nfor (var c=0;c