{ "id": "149975", "key": "TIMOB-19306", "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": "2", "description": "The problem described is an issue which will never be fixed.", "name": "Won't Fix" }, "resolutiondate": "2017-06-26T22:22:42.000+0000", "created": "2015-07-29T07:02:59.000+0000", "priority": { "name": "None", "id": "6" }, "labels": [ "mobileweb", "optionaDialog" ], "versions": [], "issuelinks": [], "assignee": { "name": "pinnamuri", "key": "pinnamuri", "displayName": "Praveen Innamuri", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2017-08-24T20:48:06.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": "when create an option dialog box, it show normally but when click on any button will not fire anything, and the option dialog keep showing no matter what you click \r\n\r\ntry the following code on mobile web and you will see\r\n\r\nTi.UI.setBackgroundColor('white');\r\nvar win = Ti.UI.createWindow({\r\n title: 'Click window to test',\r\n backgroundColor: 'white',\r\n exitOnClose: true,\r\n fullscreen: false\r\n});\r\n\r\nvar opts = {\r\n cancel: 2,\r\n options: ['Confirm', 'Help', 'Cancel'],\r\n selectedIndex: 2,\r\n destructive: 0,\r\n title: 'Delete File?'\r\n};\r\n\r\nwin.addEventListener('click', function(e){\r\n var dialog = Ti.UI.createOptionDialog(opts).show();\r\n});\r\nwin.open();\r\n\r\n\r\n", "attachment": [], "flagged": false, "summary": "MobileWeb: Option Dialog UI does not fire when click on the option button in Mobile Web", "creator": { "name": "jt", "key": "jt", "displayName": "JackieTai", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "jt", "key": "jt", "displayName": "JackieTai", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Titanium SDK 3.5.1.GA\r\nTitanium Studio, build: 3.4.1.201410281727\r\nIE 8.0.760, Chrome 44.0.2403.107 firefox 39", "comment": { "comments": [ { "id": "427200", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Mobile Web has been deprecated and will be removed in fixVersion 7.0.0.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-08-24T20:48:06.000+0000", "updated": "2017-08-24T20:48:06.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }