{ "id": "77592", "key": "TIMOB-4620", "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": "11360", "description": "Mobile 1.8.0 M07", "name": "Sprint 2011-28", "archived": true, "released": true, "releaseDate": "2011-07-18" }, { "id": "11331", "description": "", "name": "Release 1.8.0", "archived": true, "released": true, "releaseDate": "2011-10-31" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-11-05T15:26:55.000+0000", "created": "2011-07-07T15:34:58.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [], "versions": [ { "id": "11367", "description": "", "name": "Release 1.7.1", "archived": true, "released": true, "releaseDate": "2011-06-21" }, { "id": "11570", "description": "", "name": "Release 1.7.2", "archived": true, "released": true, "releaseDate": "2011-07-21" } ], "issuelinks": [ { "id": "11762", "type": { "id": "10011", "name": "Includes", "inward": "is included by", "outward": "includes" }, "outwardIssue": { "id": "78133", "key": "TIMOB-4753", "fields": { "summary": "Kitchensink: Scrolling table quickly in Base UI>Views>Table Views>Update row objects causes speech bubble redraw to occasionally occur out of place", "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 } } } }, { "id": "11765", "type": { "id": "10010", "name": "Not related", "inward": "has nothing to", "outward": "do not relates to" }, "outwardIssue": { "id": "78133", "key": "TIMOB-4753", "fields": { "summary": "Kitchensink: Scrolling table quickly in Base UI>Views>Table Views>Update row objects causes speech bubble redraw to occasionally occur out of place", "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": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2014-06-19T12:46:40.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": "h3. Problem\r\nCreating a button and placing it inside a view that's inside a table view row, does not answer to the \"click\" event\r\nh3. Example\r\n{code}\r\nvar win = Ti.UI.createWindow();\r\n\r\nvar view = Ti.UI.createView({\r\n\tbackgroundColor:'#eee',\r\n\twidth:200\r\n});\r\nvar btn = Ti.UI.createButton({title:'here',width:100,height:30});\r\nvar row = Ti.UI.createTableViewRow({\r\n\tbackgroundColor:'#ccc'\r\n});\r\n\r\nview.add(btn);\r\nrow.add(view);\r\n\r\nvar table = Ti.UI.createTableView({\r\n\tdata:[row]\r\n});\r\n\r\nwin.add(table);\r\n\r\nwin.open();\r\n\r\nbtn.addEventListener('click', function(){\r\n\talert('Clicked');\r\n});\r\n{code}\r\nh3. Helpdesk Ticket looking for this\r\nhttp://support.appcelerator.com/tickets/APP-124753/homepage", "attachment": [], "flagged": false, "summary": "iOS: Button inside a view inside a table view row does not fire click event", "creator": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "environment": "Ti SDK 1.7.1\r\niOS 4.3\r\niPhone and iPad Simulator", "comment": { "comments": [ { "id": "164043", "author": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Tested with 1.8.0.v20110819142548\niPhone 4.3.4\niPad2 4.3.2\nMotorola Xoom 3.2\nNexus One 2.2.2", "updateAuthor": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-08-25T12:51:16.000+0000", "updated": "2011-08-25T12:51:16.000+0000" }, { "id": "171659", "author": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Standardizing summary and labels.", "updateAuthor": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-11-05T15:26:19.000+0000", "updated": "2011-11-05T15:26:19.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }