{ "id": "121355", "key": "TIMOB-15638", "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": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2016-10-01T18:31:36.000+0000", "created": "2013-10-17T22:01:57.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "SupportTeam" ], "versions": [ { "id": "15593", "description": "Release 3.1.3", "name": "Release 3.1.3", "archived": true, "released": true, "releaseDate": "2013-09-18" } ], "issuelinks": [], "assignee": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-23T21:32:19.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": "h4. Problem Description\r\nOn iOS 7, the TableView row separator lines don't extend all the way to the left edge of the screen. iOS has a property on UITableView to set the \"separator inset.\" This property is not exposed in Titanium. Please expose it or implicitly set it to zero for backward compatibility.\r\n\r\nh4. Test case\r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n backgroundColor : '#fff',\r\n});\r\n \r\nvar aTableView = Ti.UI.createTableView();\r\n \r\nvar data = [{\r\n title : 'Row 1',\r\n hasChild : true,\r\n color : 'red',\r\n header : 'First'\r\n}, {\r\n title : 'Row 2',\r\n hasDetail : true,\r\n color : 'green'\r\n}, {\r\n title : 'Row 3',\r\n hasCheck : true,\r\n color : 'blue',\r\n header : 'Second'\r\n}, {\r\n title : 'Row 4',\r\n color : 'orange'\r\n}];\r\naTableView.setData(data);\r\n \r\nwin.add(aTableView);\r\n \r\nwin.open();\r\n{code}", "attachment": [ { "id": "43326", "filename": "iOS Simulator Screen shot Oct 20, 2013 3.57.37 PM.png", "author": { "name": "mrahman", "key": "mrahman", "displayName": "Mostafizur Rahman", "active": true, "timeZone": "Asia/Dhaka" }, "created": "2013-10-20T10:12:59.000+0000", "size": 13766, "mimeType": "image/png" }, { "id": "43327", "filename": "iOS Simulator Screen shot Oct 20, 2013 3.59.15 PM.png", "author": { "name": "mrahman", "key": "mrahman", "displayName": "Mostafizur Rahman", "active": true, "timeZone": "Asia/Dhaka" }, "created": "2013-10-20T10:12:59.000+0000", "size": 27445, "mimeType": "image/png" } ], "flagged": false, "summary": "iOS7: TableView row separator lines don't extend all the way to the left edge of the screen on iOS7", "creator": { "name": "gorilla128", "key": "gorilla128", "displayName": "Gordon Illan", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "gorilla128", "key": "gorilla128", "displayName": "Gordon Illan", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "iOS7, Titanium Studio 3.1.3", "comment": { "comments": [ { "id": "321771", "author": { "name": "shameerj", "key": "shameerj", "displayName": "Shameer Jan", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Issue reproduces with 3.1.3 and 3.4.0 GA\r\nTitanium Command-Line Interface, \r\nCLI version 3.3.0, \r\nTitanium SDK version 3.4.0.GA \r\niOS SDK: 7.0\r\niOS iPhone Simulator: 7.0", "updateAuthor": { "name": "shameerj", "key": "shameerj", "displayName": "Shameer Jan", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-09-04T08:44:52.000+0000", "updated": "2014-09-04T08:44:52.000+0000" }, { "id": "397828", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "This is the native behavior in iOS 7 and later. If you want to extend the separators to the left edge, use {{tableSeparatorInsets: \\{left: 0\\}}} for the {{Ti.UI.TableView}} and {{listSeparatorInsets: \\{left: 0\\}}} for the {{Ti.UI.ListView}}. ", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2016-10-01T18:31:36.000+0000", "updated": "2016-10-01T18:31:36.000+0000" }, { "id": "415397", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as invalid with reference to the previous comments.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-23T21:32:19.000+0000", "updated": "2017-03-23T21:32:19.000+0000" } ], "maxResults": 5, "total": 5, "startAt": 0 } } }