{ "id": "82560", "key": "TIMOB-6134", "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": "12085", "description": "Mobile @ HQ", "name": "Sprint 2011-45", "archived": true, "released": true, "releaseDate": "2011-11-14" }, { "id": "12580", "description": "Dual Runtime 1.8.0", "name": "Release 1.8.0.1", "archived": true, "released": true, "releaseDate": "2011-12-22" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-11-11T09:51:22.000+0000", "created": "2011-11-09T07:05:47.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "module_tableview", "qe-testadded", "regression" ], "versions": [ { "id": "11331", "description": "", "name": "Release 1.8.0", "archived": true, "released": true, "releaseDate": "2011-10-31" } ], "issuelinks": [ { "id": "13830", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "81135", "key": "TIMOB-5441", "fields": { "summary": "iOS: Adding TableViewRow doesn't update index for SearchBar", "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" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2011-11-22T12:34:17.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": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "h3.Problem\r\nWhile re-setting the table content with setData() method the labels that are inside the rows start jittering.\r\n\r\nh3.REGRESSION - works fine with SDK 1.7.5\r\n\r\nh3.Reproducible Steps\r\n1. Run the sample code\r\n2. Press the \"Tap this row\" row\r\n\r\nh3.Sample Code\r\n{code}\r\nvar win = Ti.UI.createWindow();\r\n\r\nvar labelsLeft = [\"Label\",\"Tap this row\", \"Single journey\", \"Label\", \"Label\", \"Label\", \"Label\"];\r\nvar labelsRight = [\"One\",\"Yes\", \"No\", \"N/A\", \"N/A\", \"N/A\", \"N/A\"];\r\nvar rowsHeader = [true,false,true,false,true,false,false];\r\n\r\nvar data = [];\r\n\r\nfor(var i=0; i