{ "id": "168498", "key": "TIMOB-24849", "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": "18414", "description": "", "name": "Release 6.2.0", "archived": false, "released": true, "releaseDate": "2017-09-13" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2017-06-30T13:15:20.000+0000", "created": "2017-06-19T19:20:02.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "qe-6.2.0" ], "versions": [ { "id": "19572", "description": "Important fixes for 6.1.0", "name": "Release 6.1.1", "archived": false, "released": true, "releaseDate": "2017-06-16" } ], "issuelinks": [], "assignee": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-06-30T14:13:53.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": "10202", "name": "Android", "description": "Android Platform" } ], "description": "- Sometimes items with {{borderWidth}} would not render correctly when scrolling fast down a ListView\r\n\r\n{code:js}\r\nvar win = Ti.UI.createWindow({backgroundColor: 'gray'}),\r\n list = Ti.UI.createListView({\r\n templates: {\r\n template: {\r\n childTemplates: [\r\n {\r\n type: 'Ti.UI.View',\r\n bindId: 'item',\r\n properties: {\r\n top: '5dp', bottom: '5dp',\r\n width: '200dp', height: '50dp',\r\n borderWidth: '8dp',\r\n backgroundColor: 'green'\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n defaultItemTemplate: 'template'\r\n }),\r\n section = Ti.UI.createListSection(),\r\n items = [];\r\n\r\nfor (var i = 0; i < 24; i++) {\r\n var colour = i % 2 ? 'green' : 'yellow';\r\n items.push({\r\n item: {\r\n backgroundColor: colour,\r\n borderColor: colour\r\n }\r\n });\r\n}\r\n\r\nsection.setItems(items);\r\nlist.setSections([section]);\r\n\r\nwin.add(list);\r\nwin.open();\r\n{code}", "attachment": [], "flagged": false, "summary": "Android: ListView items with border would not render correctly when scrolling", "creator": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "closedSprints": [ { "id": 917, "state": "closed", "name": "2017 Sprint 13 SDK", "startDate": "2017-06-18T16:14:35.902Z", "endDate": "2017-07-02T16:14:00.000Z", "completeDate": "2017-07-06T23:53:22.101Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "422269", "author": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "body": "master: https://github.com/appcelerator/titanium_mobile/pull/9159", "updateAuthor": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-06-19T19:49:55.000+0000", "updated": "2017-06-19T19:49:55.000+0000" }, { "id": "423266", "author": { "name": "jlongton", "key": "jlongton", "displayName": "Josh Longton", "active": true, "timeZone": "Europe/London" }, "body": "{noformat}\r\nSDK Version : Local 6.2.0\r\nMac OS Version : 10.12.5\r\nAppc CLI : 6.2.2\r\nAppc NPM : 4.2.9\r\nNode : v6.10.3\r\nDevice: Nexus 5x(6.0.1), Pixel XL(7.1.2)\r\nEmulator: (7.0), (6.0), (4.4.2)\r\n{noformat}\r\n\r\nUsing above env passed FR. After merge, the changes are present in {6.2.0.v20170630062735}}.\r\n*Closing*", "updateAuthor": { "name": "jlongton", "key": "jlongton", "displayName": "Josh Longton", "active": true, "timeZone": "Europe/London" }, "created": "2017-06-30T14:13:29.000+0000", "updated": "2017-06-30T14:13:29.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }