{ "id": "62192", "key": "TIMOB-1560", "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": "5", "description": "All attempts at reproducing this issue failed, or not enough information was available to reproduce the issue. Reading the code produces no clues as to why this behavior would occur. If more information appears later, please reopen the issue.", "name": "Cannot Reproduce" }, "resolutiondate": "2012-07-20T13:15:37.000+0000", "created": "2011-04-15T02:56:03.000+0000", "priority": { "name": "Trivial", "id": "5" }, "labels": [ "look1" ], "versions": [], "issuelinks": [ { "id": "19043", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "94532", "key": "TIMOB-9901", "fields": { "summary": "TiAPI: Review and clean up platform bugs and reduce bug count by 20%.", "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" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "7", "description": "gh.issue.story.desc", "name": "Story", "subtask": false } } } } ], "assignee": { "name": "ngupta", "key": "ngupta", "displayName": "Neeraj Gupta", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-28T17:11:41.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": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "Test case from http://pastebin.com/YPp9LCFr:\r\n\r\n{code}\r\nTi.UI.setBackgroundColor('#fff');\r\n\r\n// create navgroup\r\nvar win = Ti.UI.createWindow();\r\n\r\nvar win1 = Ti.UI.createWindow();\r\n\r\nvar nav = Ti.UI.iPhone.createNavigationGroup({\r\n window: win1\r\n});\r\n\r\nwin.add(nav);\r\n\r\nwin.open();\r\n\r\n\r\n\r\nvar testButton = Ti.UI.createButton({\r\n\ttitle: 'testButton',\r\n\twidth: 100,\r\n\theight: 30\r\n});\r\n\r\nvar label = Ti.UI.createLabel({\r\n\ttext: 'event'\r\n});\r\n\r\ntestButton.addEventListener('dblclick', function() {\r\n\tTi.API.info('dblclick');\r\n\tlabel.text = 'dblclick';\r\n});\r\n\r\nwin1.add(label);\r\nwin1.add(testButton);\r\n{code}", "attachment": [], "flagged": false, "summary": "iOS - Button doesn't fire dblclick event", "creator": { "name": "mofle", "key": "mofle", "displayName": "Sindre Sorhus", "active": true, "timeZone": "Europe/Oslo" }, "subtasks": [], "reporter": { "name": "mofle", "key": "mofle", "displayName": "Sindre Sorhus", "active": true, "timeZone": "Europe/Oslo" }, "environment": null, "comment": { "comments": [ { "id": "126044", "author": { "name": "mofle", "key": "mofle", "displayName": "Sindre Sorhus", "active": true, "timeZone": "Europe/Oslo" }, "body": "{html}

Here's a temporary workaround for anyone else haivng the same\nproblem: http://gist.github.com/525623

{html}", "updateAuthor": { "name": "mofle", "key": "mofle", "displayName": "Sindre Sorhus", "active": true, "timeZone": "Europe/Oslo" }, "created": "2011-04-15T02:56:04.000+0000", "updated": "2011-04-15T02:56:04.000+0000" }, { "id": "126045", "author": { "name": "jalter", "key": "jalter", "displayName": "Jon Alter", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

There is another customer interested in this fix.

\n

Associated Helpdesk Ticket

\n

http://developer.appcelerator.com/helpdesk/view/72441#c345131

{html}", "updateAuthor": { "name": "jalter", "key": "jalter", "displayName": "Jon Alter", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T02:56:04.000+0000", "updated": "2011-04-15T02:56:04.000+0000" }, { "id": "169743", "author": { "name": "mofle", "key": "mofle", "displayName": "Sindre Sorhus", "active": true, "timeZone": "Europe/Oslo" }, "body": "{code:javascript}\r\nTi.UI.setBackgroundColor('#fff');\r\n// create navgroup\r\nvar win = Ti.UI.createWindow();\r\nvar win1 = Ti.UI.createWindow();\r\nvar nav = Ti.UI.iPhone.createNavigationGroup({\r\n window: win1\r\n});\r\nwin.add(nav);\r\nwin.open();\r\nvar testButton = Ti.UI.createButton({\r\n title: 'testButton',\r\n width: 100,\r\n height: 30\r\n});\r\nvar label = Ti.UI.createLabel({\r\n text: 'event'\r\n});\r\ntestButton.addEventListener('dblclick', function () {\r\n Ti.API.info('dblclick');\r\n label.text = 'dblclick';\r\n});\r\nwin1.add(label);\r\nwin1.add(testButton);\r\n{code}", "updateAuthor": { "name": "mofle", "key": "mofle", "displayName": "Sindre Sorhus", "active": true, "timeZone": "Europe/Oslo" }, "created": "2011-10-19T13:52:28.000+0000", "updated": "2011-10-19T13:52:28.000+0000" }, { "id": "169744", "author": { "name": "mofle", "key": "mofle", "displayName": "Sindre Sorhus", "active": true, "timeZone": "Europe/Oslo" }, "body": "Just tried the test case again and the issue is still noticeable in Titanium Mobile 1.7.3 and iOS 5.", "updateAuthor": { "name": "mofle", "key": "mofle", "displayName": "Sindre Sorhus", "active": true, "timeZone": "Europe/Oslo" }, "created": "2011-10-19T13:55:36.000+0000", "updated": "2011-10-19T13:55:36.000+0000" }, { "id": "177767", "author": { "name": "mofle", "key": "mofle", "displayName": "Sindre Sorhus", "active": true, "timeZone": "Europe/Oslo" }, "body": "Any updates?", "updateAuthor": { "name": "mofle", "key": "mofle", "displayName": "Sindre Sorhus", "active": true, "timeZone": "Europe/Oslo" }, "created": "2012-01-02T06:41:06.000+0000", "updated": "2012-01-02T06:41:06.000+0000" }, { "id": "208719", "author": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Tested on latest master ", "updateAuthor": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2012-07-20T13:15:37.000+0000", "updated": "2012-07-20T13:15:37.000+0000" }, { "id": "208793", "author": { "name": "ngupta", "key": "ngupta", "displayName": "Neeraj Gupta", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Does not reproduce with release 2.1.0.", "updateAuthor": { "name": "ngupta", "key": "ngupta", "displayName": "Neeraj Gupta", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-07-20T23:42:52.000+0000", "updated": "2012-07-20T23:42:52.000+0000" }, { "id": "416005", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as I am unable to reproduce this issue with the following environment; \r\niPhone 7 (10.2) \r\nMacOS 10.11.6 (15G31) \r\nStudio 4.8.1.201612050850 \r\nTi SDK 6.0.3 GA \r\nAppc NPM 4.2.8 \r\nAppc CLI 6.1.0 \r\nTi CLI 5.0.11 \r\nAlloy 1.9.5 \r\nArrow 1.10.1 \r\nXcode 8.2 (8C38) \r\nNode v4.6.0 \r\nJava 1.7.0_80", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-28T17:11:41.000+0000", "updated": "2017-03-28T17:11:41.000+0000" } ], "maxResults": 8, "total": 8, "startAt": 0 } } }