{ "id": "155445", "key": "TIMOB-20524", "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": "5", "description": "All attempts at reproducing this issue failed, or not enough information was available to reproduce the issue. Reading the code produces no clues as to why this behavior would occur. If more information appears later, please reopen the issue.", "name": "Cannot Reproduce" }, "resolutiondate": "2019-08-26T21:56:34.000+0000", "created": "2016-03-07T15:55:26.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [ "alloy", "ios" ], "versions": [ { "id": "16997", "name": "Release 5.2.0", "archived": false, "released": true, "releaseDate": "2016-02-23" } ], "issuelinks": [], "assignee": null, "updated": "2019-08-26T21:56:34.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": "row separator insets method and properties fail to set correctly.\r\n\r\na default app with the following index.js will demonstrate this bug. Neither call affects the row separator.\r\n\r\n{code}\r\nvar testTable = Ti.UI.createTableView();\r\n\r\n// testTable.setRowSeparatorInsets({\r\n// left: 0,\r\n// right: 0\r\n// });\r\n\r\ntestTable.rowSeparatorInsets = {\r\n left: 0,\r\n right: 0\r\n};\r\n$.index.add(testTable);\r\n$.index.open();\r\n{code}", "attachment": [], "flagged": false, "summary": "iOS: rowSeparatorInsets and setRowSeparatorInsets() does not work in tableview.", "creator": { "name": "mjstelly_ta", "key": "mjstelly_ta", "displayName": "Michael Stelly", "active": true, "timeZone": "America/New_York" }, "subtasks": [], "reporter": { "name": "mjstelly_ta", "key": "mjstelly_ta", "displayName": "Michael Stelly", "active": true, "timeZone": "America/New_York" }, "environment": "mac osx 1.11.3\r\nti sdk 3.5.1.GA\r\nios sdk 8.4", "comment": { "comments": [ { "id": "450840", "author": { "name": "ahutton", "key": "ahutton", "displayName": "Alan Hutton", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Cannot reproduce on 8.1.0.GA.", "updateAuthor": { "name": "ahutton", "key": "ahutton", "displayName": "Alan Hutton", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2019-08-26T21:56:34.000+0000", "updated": "2019-08-26T21:56:34.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }