{ "id": "120796", "key": "TIMOB-15396", "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": "15703", "description": "2013 Sprint 22", "name": "2013 Sprint 22", "archived": true, "released": true, "releaseDate": "2013-11-01" }, { "id": "15704", "description": "2013 Sprint 22 API", "name": "2013 Sprint 22 API", "archived": true, "released": true, "releaseDate": "2013-11-01" }, { "id": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2013-10-24T16:41:55.000+0000", "created": "2013-10-04T07:30:45.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "ios7", "module_tableview", "qe-testadded", "supportTeam" ], "versions": [ { "id": "15479", "description": "Release 3.1.2", "name": "Release 3.1.2", "archived": true, "released": true, "releaseDate": "2013-07-31" }, { "id": "15593", "description": "Release 3.1.3", "name": "Release 3.1.3", "archived": true, "released": true, "releaseDate": "2013-09-18" } ], "issuelinks": [], "assignee": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2014-02-12T06:52:55.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": "h2. Description\r\nWhen I open the app and scroll the table view up and release it, the content on the first row moves to right. Please see the attached screenshot depicting the issue.\r\n\r\nAlso included three images which need to be attached in project resource folder before running it.\r\n\r\nNote : Also if i don't include these three images in my project and run it without any images it runs fine on iOS7 also.\r\n\r\nThis issue is with iOS 7 only and it work fine on iOS 6.\r\n\r\nh2. Test Case\r\n{code}\r\nvar appWindow = Ti.UI.createWindow({\r\n height:Ti.UI.FILL,\r\n width:Ti.UI.FILL,\r\n backgroundColor:'#FFFFFF'\r\n });\r\n\r\nvar tableView = Ti.UI.createTableView({\r\n\r\n separatorStyle:'NONE',\r\n backgroundColor:'#FFFFFF'\r\n});\r\nvar data = [{title:\"App 1\",count:\"3\"},\r\n {title:\"App 2\",count:\"6\"},\r\n {title:\"App 3\",count:\"3\"},\r\n {title:\"App 4\",count:\"6\"},\r\n {title:\"App 5\",count:\"4\"},\r\n {title:\"App 6\",count:\"2\"}];\r\nvar customRow =[];\r\nfor(var i=0;i