{ "id": "168510", "key": "TIMOB-24855", "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": "2", "description": "The problem described is an issue which will never be fixed.", "name": "Won't Fix" }, "resolutiondate": "2021-02-11T12:13:44.000+0000", "created": "2017-06-20T09:50:14.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [], "versions": [ { "id": "17608", "name": "Release 6.1.0", "archived": false, "released": true, "releaseDate": "2017-05-26" }, { "id": "19572", "description": "Important fixes for 6.1.0", "name": "Release 6.1.1", "archived": false, "released": true, "releaseDate": "2017-06-16" } ], "issuelinks": [], "assignee": null, "updated": "2021-02-11T12:13:44.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": "12642", "name": "Windows", "description": "Windows authoring support" } ], "description": "When adding a border to a TableViewRow the right side of the border is missing\r\n\r\n{code}\r\nvar _window = Ti.UI.createWindow();\r\nvar tableData = [{\r\n title: 'Apples'\r\n}, {\r\n title: 'Bananas',\r\n borderColor: 'blue',\r\n borderWidth: 5,\r\n}, {\r\n title: 'Potatoes'\r\n}];\r\nvar table = Ti.UI.createTableView({\r\n data: tableData,\r\n width : 250\r\n});\r\n_window.add(table);\r\n_window.open();\r\n{code}\r\n\r\nh5.Steps to reproduce\r\n\r\n# Add the above to an existing app.js\r\n# Build for a windows target\r\n\r\nh5.Actual\r\n\r\nRight side of the border is missing\r\n\r\nh5.Expected\r\n\r\nBorder should go all the way round the row", "attachment": [], "flagged": false, "summary": "Windows: Border on a TableViewRow is missing the right edge", "creator": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "subtasks": [], "reporter": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "environment": "Ti SDK: 6.1.1.v20170619143158\r\nAppc Core: 6.2.2\r\nAppc NPM: 4.2.9\r\nLumia 550 10.0\r\n10.0 ws-local", "comment": { "comments": [], "maxResults": 0, "total": 0, "startAt": 0 } } }