{ "id": "160261", "key": "TIMOB-23380", "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": "17706", "name": "Release 5.4.0", "archived": false, "released": true, "releaseDate": "2016-08-11" } ], "resolution": { "id": "3", "description": "The problem is a duplicate of an existing issue.", "name": "Duplicate" }, "resolutiondate": "2016-05-23T08:11:34.000+0000", "created": "2016-05-15T05:18:03.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [ "Picker", "qe-5.4.0", "windows" ], "versions": [ { "id": "17993", "description": "Release 5.2.2", "name": "Release 5.2.2", "archived": false, "released": true, "releaseDate": "2016-04-05" } ], "issuelinks": [], "assignee": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2016-06-21T18:19:39.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": " Unable to change the options in the picker after the first time. It only works once. This is happening on windows device Microsoft Windows 8.1 Enterprise and emulator 8.1 WVGA 4 inch 512MB.\r\n\r\n\r\n*Test Code:* reporter’s sample code.\r\n\r\n*index.js*\r\n\r\n{code}\r\n\r\nvar picker = Ti.UI.createPicker({\r\n top:50,\r\n});\r\n\r\nvar data = [];\r\ndata[0]=Ti.UI.createPickerRow({title:'Bananas'});\r\ndata[1]=Ti.UI.createPickerRow({title:'Strawberries'});\r\ndata[2]=Ti.UI.createPickerRow({title:'Mangos'});\r\ndata[3]=Ti.UI.createPickerRow({title:'Grapes'});\r\npicker.add(data);\r\npicker.selectionIndicator = true;\r\n$.win.add(picker);\r\n$.win.open();\r\n{code}\r\n\r\n*index.xml*\r\n\r\n{code}\r\n\r\n\t\t\t\r\n\t\r\n\r\n{code}\r\n\r\n\r\n*Test Environment:*\r\n\r\nDevice: Microsoft Windows 8.1 Enterprise,Emulator: Emulator 8.1 WVGA 4 inch 512MB\r\nNode.js Version = 0.12.7\r\nnpm Version = 2.11.3 \r\nSDK Version = 5.4.0.v20160404231726,5.2.2.GA\r\nAppcelerator Command-Line Interface, version 5.2.0\r\n\r\n*Test Steps:*\r\n\r\n* Import the app.\r\n* Run the project on windows device/emulator.\r\n* Try to select the picker options,it is getting selected for the first time. After that unable to select any picker options.\r\n\r\n*Test Results:*\r\n\r\nSee attachments.", "attachment": [ { "id": "59236", "filename": "w1.PNG", "author": { "name": "rmitro", "key": "rmitro", "displayName": "Rakhi Mitro", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2016-05-15T05:20:17.000+0000", "size": 9829, "mimeType": "image/png" }, { "id": "59235", "filename": "w2.PNG", "author": { "name": "rmitro", "key": "rmitro", "displayName": "Rakhi Mitro", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2016-05-15T05:20:36.000+0000", "size": 4884, "mimeType": "image/png" } ], "flagged": false, "summary": "Windows:Ti.UI.Picker does not work properly in windows", "creator": { "name": "rmitro", "key": "rmitro", "displayName": "Rakhi Mitro", "active": false, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "rmitro", "key": "rmitro", "displayName": "Rakhi Mitro", "active": false, "timeZone": "America/Los_Angeles" }, "environment": "Device: Microsoft Windows 8.1 Enterprise,Emulator: Emulator 8.1 WVGA 4 inch 512MB\r\nNode.js Version = 0.12.7\r\nnpm Version = 2.11.3 \r\nSDK Version = 5.4.0.v20160404231726,5.2.2.GA\r\nAppcelerator Command-Line Interface, version 5.2.0\r\n", "closedSprints": [ { "id": 631, "state": "closed", "name": "2016 Sprint 11 SDK", "startDate": "2016-05-21T00:06:10.029Z", "endDate": "2016-06-04T00:06:00.000Z", "completeDate": "2016-06-06T07:30:39.854Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "385757", "author": { "name": "nsalahin", "key": "nsalahin", "displayName": "Nazmus Salahin", "active": true, "timeZone": "Asia/Dhaka" }, "body": "Hello,\r\n\r\nI have tested the issue in my environment and able to reproduce with given code. I have found that it is not possible to change the options in the picker after the first time.\r\n\r\n*Steps:*\r\n\r\n1. Create a alloy project with given code for Windows Phone.\r\n\r\n2. Build and run the app on emulator or device.\r\n\r\n3. Select a option from the picker.\r\n\r\n4. Click the picker again. >> It is not possible to change the option.\r\n\r\nThanks\r\n\r\n\r\n*Environment*:\r\n\r\n*OS :* Microsoft Windows 8.1 Enterprise N\r\n*Device info:* Microsoft Lumia 640 (Windows Phone 8.1)\r\n*Node.js Version:* 0.12.7\r\n*npm Version:* 2.11.3\r\n*Titanium SDKs:* 5.2.2.GA\r\n*Java Development Kit Version:* 1.8.0_73\r\n*Titanium CLI Version:* 5.0.5\r\n*Appcelerator CLI Version:* 5.2.2\r\n*Appcelerator Studio:* 4.5.0\r\n", "updateAuthor": { "name": "nsalahin", "key": "nsalahin", "displayName": "Nazmus Salahin", "active": true, "timeZone": "Asia/Dhaka" }, "created": "2016-05-16T06:27:07.000+0000", "updated": "2016-05-16T06:27:07.000+0000" }, { "id": "385831", "author": { "name": "arohini", "key": "arohini", "displayName": "Ajith Rohini", "active": true, "timeZone": "America/Los_Angeles" }, "body": "What the ETA for 5.4.0 ?", "updateAuthor": { "name": "arohini", "key": "arohini", "displayName": "Ajith Rohini", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2016-05-16T21:24:22.000+0000", "updated": "2016-05-16T21:24:22.000+0000" }, { "id": "386430", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Fixed by TIMOB-20599.", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2016-05-23T08:11:34.000+0000", "updated": "2016-05-23T08:11:34.000+0000" }, { "id": "388763", "author": { "name": "jlongton", "key": "jlongton", "displayName": "Josh Longton", "active": true, "timeZone": "Europe/London" }, "body": "Verified as fixed.\r\nTested on:\r\nMicrosoft Lumia 640 (8.1)\r\nWindows Simulator (8.1)\r\nMicrosoft Lumia 640 (10)\r\nWindows Simulator (10)\r\nWindows 10 Pro\r\nStudio: 4.7.0.201606150733\r\nTi SDK: 5.4.0.v20160617074028\r\nAppc NPM: 4.2.7-2\r\nApp CLI: 5.4.0-18\r\nNode v4.4.4\r\n*Closing Ticket.*", "updateAuthor": { "name": "jlongton", "key": "jlongton", "displayName": "Josh Longton", "active": true, "timeZone": "Europe/London" }, "created": "2016-06-21T18:18:57.000+0000", "updated": "2016-06-21T18:18:57.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }