{ "id": "163290", "key": "TIMOB-23920", "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": "16980", "description": "New V8", "name": "Release 6.0.0", "archived": false, "released": true, "releaseDate": "2016-11-15" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2016-09-21T06:18:44.000+0000", "created": "2016-09-18T23:57:47.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "ios", "listview", "picker", "qe-6.0.0" ], "versions": [ { "id": "17706", "name": "Release 5.4.0", "archived": false, "released": true, "releaseDate": "2016-08-11" }, { "id": "18253", "name": "Release 5.5.0", "archived": false, "released": true, "releaseDate": "2016-09-13" } ], "issuelinks": [], "assignee": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "updated": "2016-09-22T18:25:49.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": "When using a Picker in a ListView template, it does work on the Simulator but fails on the device. It's the same issue as discussed in TIMOB-23616 and only requires a quick fix in the symbols-check.", "attachment": [], "flagged": false, "summary": "iOS: Ti.UI.Picker not working in Ti.UI.ListView on device", "creator": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "subtasks": [], "reporter": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "environment": null, "closedSprints": [ { "id": 707, "state": "closed", "name": "2016 Sprint 19 SDK", "startDate": "2016-09-10T00:17:15.164Z", "endDate": "2016-09-24T00:17:00.000Z", "completeDate": "2016-09-26T05:17:04.253Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "396468", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "PR (master): https://github.com/appcelerator/titanium_mobile/pull/8394\r\nPR (6_0_X): https://github.com/appcelerator/titanium_mobile/pull/8395\r\n\r\nDemo:\r\n{code:javascript}\r\n var win = Titanium.UI.createWindow({\r\n backgroundColor: '#fff'\r\n});\r\n\r\n\r\nvar templates = {\r\n \"PickerTemplate\": {\r\n properties: {\r\n height: 150,\r\n backgroundColor: \"transparent\",\r\n selectionStyle: Ti.UI.iPhone.ListViewCellSelectionStyle.NONE\r\n },\r\n childTemplates: [{\r\n type: 'Ti.UI.Picker',\r\n bindId: 'picker'\r\n }]\r\n }\r\n};\r\n\r\nvar section = Ti.UI.createListSection({\r\n items: [{\r\n template: 'PickerTemplate'\r\n }]\r\n});\r\n\r\nvar listView = Ti.UI.createListView({\r\n templates: templates,\r\n sections: [section]\r\n});\r\n\r\n\r\nwin.add(listView);\r\nwin.open();\r\n{code}", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2016-09-19T00:03:40.000+0000", "updated": "2016-09-19T00:03:40.000+0000" }, { "id": "396779", "author": { "name": "cng", "key": "cng", "displayName": "Chee Kiat Ng", "active": false, "timeZone": "America/Los_Angeles" }, "body": "PRs merged.", "updateAuthor": { "name": "cng", "key": "cng", "displayName": "Chee Kiat Ng", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2016-09-21T06:18:24.000+0000", "updated": "2016-09-21T06:18:24.000+0000" }, { "id": "396967", "author": { "name": "htbryant", "key": "htbryant", "displayName": "Harry Bryant", "active": true, "timeZone": "Europe/London" }, "body": "Verified as fixed, with the latest 6.0.X build no longer fails on devices.\r\n\r\nTested On:\r\niPhone 6 Plus 10.0.1 Device & Simulator\r\niPhone 5S 9.3.5 Device\r\nMac OSX El Capitan 10.11.6\r\nTi SDK: 6.0.0.v20160921191053\r\nAppc Studio: 4.8.0.201609101003\r\nAppc NPM: 4.2.8-6\t\r\nApp CLI: 6.0.0-45\r\nXcode 8.0 \r\nNode v4.4.7\r\n\r\n*Closing ticket.*", "updateAuthor": { "name": "htbryant", "key": "htbryant", "displayName": "Harry Bryant", "active": true, "timeZone": "Europe/London" }, "created": "2016-09-22T18:25:31.000+0000", "updated": "2016-09-22T18:25:31.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }