{ "id": "65765", "key": "TIMOB-4218", "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": "15108", "description": "2013 Sprint 10", "name": "2013 Sprint 10", "archived": true, "released": true, "releaseDate": "2013-05-20" } ], "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": "2013-05-09T06:26:01.000+0000", "created": "2011-05-25T10:08:29.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "rplist" ], "versions": [ { "id": "11244", "name": "Release 1.7.0", "archived": true, "released": true, "releaseDate": "2011-06-13" }, { "id": "11260", "description": "", "name": "Release 1.6.2", "archived": true, "released": true, "releaseDate": "2011-04-20" } ], "issuelinks": [], "assignee": { "name": "jithinv@exalture.com", "key": "jithinv@exalture.com", "displayName": "jithinpv", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-17T18:44:25.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": "tableView doubletap does not work if you set the data with an array of objects.\r\nIf you create rows and add views to them, then doubletap will work\r\n\r\nStep 1: run the code below\r\nStep 2: doubletap on 'Row 1' or 'Row 2' and notice that it does not fire\r\nStep 3: doubletap on 'Row 3' and notice that doubletap fires\r\n\r\n{code:javascript}\r\nvar win = Ti.UI.createWindow({\r\n\tbackgroundColor: 'white'\r\n});\r\n\r\nvar data = [{title:\"Row 1\"},{title:\"Row 2\"},row];\r\n\r\nvar row = Titanium.UI.createTableViewRow({height:45});\r\nvar view = Titanium.UI.createView();\r\nvar label = Ti.UI.createLabel({text:'Row 3', left: 10});\r\nrow.add(view);\r\nview.add(label);\r\ndata.push(row);\r\n\r\nvar table = Titanium.UI.createTableView({data:data});\r\nwin.add(table);\r\ntable.addEventListener('click', function(e){\r\n\tTi.API.info('click');\r\n});\r\n\r\ntable.addEventListener('doubletap', function(e){\r\n\tTi.API.info('doubletap');\r\n});\r\n\r\nwin.open();\r\n{code}", "attachment": [], "flagged": false, "summary": "iOS: tableView doubletap event does not fire if you set the data with an array of objects", "creator": { "name": "jalter", "key": "jalter", "displayName": "Jon Alter", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "jalter", "key": "jalter", "displayName": "Jon Alter", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "TiSDK 1.6.2, iOS 4.3\r\nTiSDK 1.7.0.RC1, iOS 4.3", "comment": { "comments": [ { "id": "250950", "author": { "name": "jithinv@exalture.com", "key": "jithinv@exalture.com", "displayName": "jithinpv", "active": true, "timeZone": "America/Los_Angeles" }, "body": "cannot reproduce\r\n\r\nTested with\r\nTitanium Studio, build: 3.0.1.201212181159\r\nTitanium SDK version: 3.1.0\r\niOS iPhone Simulator: iOS SDK version: 6.0", "updateAuthor": { "name": "jithinv@exalture.com", "key": "jithinv@exalture.com", "displayName": "jithinpv", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-05-09T06:26:01.000+0000", "updated": "2013-05-09T06:26:01.000+0000" }, { "id": "258703", "author": { "name": "jithinv@exalture.com", "key": "jithinv@exalture.com", "displayName": "jithinpv", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Issue does not reproduces\n\nTested with\n\niOS SDK: 5.1\niOS iPhone Simulator: 5.1\nMac OS X Version 10.7.5\nTitanium SDK version 3.1.1.v20130606121419\nTitanium Studio, build: 3.0.1.201212181159\n", "updateAuthor": { "name": "jithinv@exalture.com", "key": "jithinv@exalture.com", "displayName": "jithinpv", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-06-20T09:17:46.000+0000", "updated": "2013-06-20T09:17:46.000+0000" }, { "id": "413585", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as the issue cannot be reproduced.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-17T18:44:25.000+0000", "updated": "2017-03-17T18:44:25.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }