{ "id": "104724", "key": "TIMOB-11713", "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": "14162", "description": "Release 3.1.0", "name": "Release 3.1.0", "archived": true, "released": true, "releaseDate": "2013-04-16" }, { "id": "14624", "description": "2012 Sprint 24 JS", "name": "2012 Sprint 24", "archived": true, "released": true, "releaseDate": "2012-12-03" }, { "id": "14625", "description": "2012 Sprint 24 API", "name": "2012 Sprint 24 API", "archived": true, "released": true, "releaseDate": "2012-12-03" } ], "resolution": { "id": "3", "description": "The problem is a duplicate of an existing issue.", "name": "Duplicate" }, "resolutiondate": "2012-11-17T00:18:28.000+0000", "created": "2012-11-08T23:35:11.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "module_tableview", "parity", "qe-testadded", "triage" ], "versions": [ { "id": "13505", "description": "Release 3.0.0", "name": "Release 3.0.0", "archived": true, "released": true, "releaseDate": "2012-12-14" } ], "issuelinks": [ { "id": "22870", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "outwardIssue": { "id": "103615", "key": "TIMOB-11530", "fields": { "summary": "Android: Tableview with rows containing Brightcove video objects returns zero rows in table click event", "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": "Critical", "id": "1" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } }, { "id": "22869", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "inwardIssue": { "id": "104873", "key": "TIMOB-11750", "fields": { "summary": "Android: missing row information when clicking on a View inside a TableViewRow", "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": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2013-07-16T09:32:04.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": "e.rowData gives different values in 2.1.3 and 3.0 nightly builds. \r\n\r\nh4.Steps to reproduce:\r\n1.Load the below app.js\r\n2. Test it on 2.1.3GA and any 3.0 CI build \r\n\r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n }),\r\n table = Ti.UI.createTableView({\r\n top:0,\r\n height: \"66%\"\r\n }),\r\n output = Ti.UI.createLabel({\r\n text: \"a\\n\",\r\n color: \"red\",\r\n width:Ti.UI.FILL,\r\n height:Ti.UI.SIZE,\r\n bottom:0\r\n }),\r\n row = Ti.UI.createTableViewRow({\r\n width: Ti.UI.FILL,\r\n height: 64\r\n }),\r\n view = Ti.UI.createView({\r\n layout: \"horizontal\"\r\n }),\r\n data = [row];\r\n\r\nview.add(Ti.UI.createButton({\r\n style: Ti.UI.iPhone.SystemButtonStyle.PLAIN,\r\n width: 44,\r\n height: 44,\r\n id: \"SHARE_BUTTON\",\r\n backgroundColor: \"red\"\r\n}));\r\n\r\nview.add(Ti.UI.createLabel({\r\n text: \"Sdfdsf\",\r\n touchEnabled: true\r\n}));\r\n\r\nrow.add(view);\r\ntable.data = data;\r\n\r\nwin.add(table);\r\nwin.add(output);\r\nwin.open();\r\n\r\ntable.addEventListener(\"click\", function (e) {\r\n // ### HERE the event object has differerent properties in 3.0 vs 2.1.3.\r\n // ex: missing rowData in 3.0!\r\n Ti.API.warn(\"clicked: \" + e.rowData);\r\n});\r\n{code}", "attachment": [], "flagged": false, "summary": "event object has differerent properties in 3.0 vs 2.1.3.", "creator": { "name": "aakkinepally", "key": "aakkinepally", "displayName": "Amuktha Akkinepally", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "aakkinepally", "key": "aakkinepally", "displayName": "Amuktha Akkinepally", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "3.0.0.v20121108113945(Nov 8 2012 11:39 rde7e8393), \r\n3.0.0.v20121108111656(Nov 8 2012 11:16 r355c9024),\r\n3.1.0.v20121108123400(Nov 8 2012 12:34 r74cf9fc7),\r\n3.0.0.v20121105141612.900fdc3", "comment": { "comments": [ { "id": "227101", "author": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Escalating it for a customer.", "updateAuthor": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2012-11-13T00:35:10.000+0000", "updated": "2012-11-13T00:35:10.000+0000" }, { "id": "227556", "author": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Seems like the same issue as TIMOB-11530 which has been already resolved against the master (3.1.0). ", "updateAuthor": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-11-15T20:02:55.000+0000", "updated": "2012-11-15T20:02:55.000+0000" }, { "id": "261985", "author": { "name": "pagarwal", "key": "pagarwal", "displayName": "Priya Agarwal", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Updated label.\r\nVerified with;\r\n\r\nTitanium Studio:3.1.2.201307091843\r\nTitanium SDK: 3.1.2.v20130710144553\r\nacs:1.0.3\r\nalloy:1.1.3\r\nnpm:1.2.14\r\ntitanium:3.1.1\r\ntitanium-code-processor:1.0.1\r\nOS: OSX 10.8\r\nDevice:iPhone Simulator(v6.0) iphone4(v5.1),Galaxy Nexus(v4.0.4)\r\nXcode: 4.5.1\r\n", "updateAuthor": { "name": "pagarwal", "key": "pagarwal", "displayName": "Priya Agarwal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-07-16T09:32:04.000+0000", "updated": "2013-07-16T09:32:04.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }