{ "id": "93597", "key": "TIMOB-9683", "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-15T17:45:04.000+0000", "created": "2012-06-21T00:24:25.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "api", "qe-and060112" ], "versions": [ { "id": "13271", "description": "Release 2.1.0", "name": "Release 2.1.0", "archived": false, "released": true, "releaseDate": "2012-06-29" } ], "issuelinks": [], "assignee": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-06-15T17:45:04.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": "The picker of type plain is hidden when device changes orientation. The issue occurs on Android Tab\r\n\r\nNot a Regression. The issue occurs as far as 1.8.2\r\n\r\nSteps to Reproduce:\r\n1. Create an application with code below and launch the application\r\n2. Click on the picker control. The picker options are shown\r\n3. Change the orientation of device\r\n\r\nActual: The picker options are hidden\r\n\r\nExpected: The picker should continue to show\r\n\r\n{code}\r\nTitanium.UI.setBackgroundColor('#000');\r\nvar win = Ti.UI.createWindow();\r\nvar picker = Ti.UI.createPicker();\r\n\r\nvar data = [];\r\ndata[0]=Ti.UI.createPickerRow({title:'Bananas',custom_item:'b'});\r\ndata[1]=Ti.UI.createPickerRow({title:'Strawberries',custom_item:'s'});\r\ndata[2]=Ti.UI.createPickerRow({title:'Mangos',custom_item:'m'});\r\ndata[3]=Ti.UI.createPickerRow({title:'Grapes',custom_item:'g'});\r\n\r\npicker.selectionIndicator = true;\r\n\r\npicker.add(data);\r\n\r\nwin.add(picker);\r\n\r\npicker.setSelectedRow(0,1,true);\r\nwin.open();\r\n{code}", "attachment": [], "flagged": false, "summary": "Android: Picker: The plain picker is hidden on orientation change on Android Tab", "creator": { "name": "ssekhri", "key": "ssekhri", "displayName": "Satyam Sekhri", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "ssekhri", "key": "ssekhri", "displayName": "Satyam Sekhri", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Titanium Studio: 2.1.0.201206200844\r\nTitanium SDK: 2.1.0.v20120619164153\r\nAndroid Device: Android Tab (V3.2)\r\nRuntime: v8", "comment": { "comments": [ { "id": "422064", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket due to time passed and lack of progress in the past few years. Any problems, please file a new ticket.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-06-15T17:45:04.000+0000", "updated": "2017-06-15T17:45:04.000+0000" } ], "maxResults": 1, "total": 1, "startAt": 0 } } }