{ "id": "86820", "key": "TIMOB-7771", "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": "2017-06-15T18:22:56.000+0000", "created": "2012-02-22T10:04:55.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "parity" ], "versions": [ { "id": "12677", "description": "Release 1.8 Service Pack 1", "name": "Release 1.8.1", "archived": true, "released": true, "releaseDate": "2012-01-31" } ], "issuelinks": [], "assignee": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-06-15T18:22:56.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": [], "description": "h2. Problem\r\n\r\n[Titanium.UI.Picker.selectionIndicator|http://developer.appcelerator.com/apidoc/mobile/latest/Titanium.UI.Picker.selectionIndicator-property.html] has a different default value for Android and iOS. If this property is not defined on Android, the indicator bar is displayed, whereas on iOS it is not.\r\n\r\nh2. Request\r\n\r\nDecide which is the preferred behavior, and raise ticket to address the platform that is incorrect.\r\n\r\nh2. Test case\r\n\r\n{code:lang=javascript|title=app.js}\r\nTi.UI.backgroundColor = 'white';\r\nvar win = Ti.UI.createWindow({\r\n\texitOnClose: true,\r\n\tlayout: 'vertical'\r\n});\r\n\r\nvar fruit = [ 'Bananas', 'Grapes', 'Blueberries', 'Strawberries' ];\r\nvar color = [ 'blue', 'red', 'yellow', 'white' ];\r\n\r\nvar column1 = Ti.UI.createPickerColumn();\r\n\r\nfor(var i=0, ilen=fruit.length; i