{ "id": "65792", "key": "TIMOB-5577", "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": "2011-05-26T04:33:08.000+0000", "created": "2011-05-26T00:40:22.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "mnegadaylov", "key": "mnegadaylov", "displayName": "Maxim Negadaylov", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-09T20:31:51.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": "Event 'dblclick' does not work with Switch on iPhone. When testing in desktop browser everything is good.\r\n{code:JavaScript}\r\nvar win = Ti.UI.currentWindow;\r\n\r\nvar swit = Ti.UI.createSwitch({\r\n\ttop: 10,\r\n\tleft: 10,\r\n\theight: 100,\r\n\twidth: 100,\r\n\ttitleOn: 'titOn',\r\n\ttitleOff: 'titOff',\r\n\ttitle: 'The switch',\r\n\tfocusable: true,\r\n\tbackgroundSelectedColor: 'green',\r\n\tbackgroundColor: 'red'\r\n});\r\n\r\nwin.add(swit);\r\n\r\n\r\nswit.addEventListener('dblclick', function(){\r\n\talert('dblclick works');\r\n});\r\n\r\n{code}", "attachment": [], "flagged": false, "summary": "MobileWeb: Event 'dblclick' don't work with Switch on iPhone", "creator": { "name": "mvasko", "key": "mvasko", "displayName": "Misha Vasko", "active": true, "timeZone": "Europe/Kiev" }, "subtasks": [], "reporter": { "name": "mvasko", "key": "mvasko", "displayName": "Misha Vasko", "active": true, "timeZone": "Europe/Kiev" }, "environment": null, "comment": { "comments": [ { "id": "410442", "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-09T20:31:51.000+0000", "updated": "2017-03-09T20:31:51.000+0000" } ], "maxResults": 1, "total": 1, "startAt": 0 } } }