{ "id": "131766", "key": "TIMOB-17163", "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": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2015-04-10T06:55:49.000+0000", "created": "2014-06-16T14:46:29.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "updated": "2017-03-16T22:25:34.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": "11500", "name": "MobileWeb", "description": "Mobile Web (HTML) Platform" } ], "description": "h2. Description\r\nWhen using a Picker in MobileWeb, the cancel button is not working.\r\n\r\nh2. Code sample\r\n{code}\r\nvar win = Titanium.UI.createWindow({\r\n\tbackgroundColor: 'white'\r\n});\r\n\r\nvar picker = Ti.UI.createPicker({\r\n\twidth : 150,\r\n\theight: 150\r\n});\r\n\r\nvar data = [];\r\nfor (var i = 0; i < 2; i++) {\r\n\tdata.push(Titanium.UI.createPickerRow({title : 'Test ' + i}));\r\n}\r\npicker.add(data);\r\nwin.add(picker);\r\nwin.open();\r\n{code}\r\n\r\nh2. Steps\r\n1. Run the code sample above\r\n2. Click on the picker\r\n3. Try to hit the cancel button", "attachment": [], "flagged": false, "summary": "MobileWeb: Ti.UI.Picker cancel button does not work", "creator": { "name": "dcassenti", "key": "dcassenti", "displayName": "Davide Cassenti", "active": true, "timeZone": "Europe/Berlin" }, "subtasks": [], "reporter": { "name": "dcassenti", "key": "dcassenti", "displayName": "Davide Cassenti", "active": true, "timeZone": "Europe/Berlin" }, "environment": "MobileWeb\r\nSDK 3.2.0\r\nSDK 3.2.3", "closedSprints": [ { "id": 370, "state": "closed", "name": "2015 Sprint 07 SDK", "startDate": "2015-03-28T00:00:13.362Z", "endDate": "2015-04-11T00:00:00.000Z", "completeDate": "2015-04-13T16:25:29.003Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "347702", "author": { "name": "rezsolt", "key": "rezsolt", "displayName": "Zsolt RestyƔnszki", "active": true, "timeZone": "America/Los_Angeles" }, "body": "The problem is still exists in SDK Version 3.5.1.GA. When will fix this problem?", "updateAuthor": { "name": "rezsolt", "key": "rezsolt", "displayName": "Zsolt RestyƔnszki", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2015-03-30T12:59:38.000+0000", "updated": "2015-03-30T12:59:38.000+0000" }, { "id": "348516", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "Master pull request: https://github.com/appcelerator/titanium_mobile/pull/6765\r\n4_0_X pull request: https://github.com/appcelerator/titanium_mobile/pull/6766", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2015-04-03T23:13:22.000+0000", "updated": "2015-04-03T23:13:22.000+0000" }, { "id": "349152", "author": { "name": "fmiao", "key": "fmiao", "displayName": "Feon Sua Xin Miao", "active": true, "timeZone": "America/Vancouver" }, "body": "PR merged.", "updateAuthor": { "name": "fmiao", "key": "fmiao", "displayName": "Feon Sua Xin Miao", "active": true, "timeZone": "America/Vancouver" }, "created": "2015-04-10T06:55:44.000+0000", "updated": "2015-04-10T06:55:44.000+0000" }, { "id": "413343", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as fixed.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-16T22:25:34.000+0000", "updated": "2017-03-16T22:25:34.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }