{ "id": "107778", "key": "AC-2193", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "12217", "key": "AC", "name": "Appcelerator - INBOX", "projectCategory": { "id": "10000", "description": "", "name": "Customer Service" } }, "resolution": { "id": "8", "description": "", "name": "Needs more info" }, "resolutiondate": "2013-04-04T21:11:24.000+0000", "created": "2013-01-14T02:38:54.000+0000", "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "mpmiranda", "key": "mpmiranda", "displayName": "Mauro Parra-Miranda", "active": true, "timeZone": "America/Mexico_City" }, "updated": "2016-03-08T07:41:11.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": "14548", "name": "Titanium SDK & CLI", "description": "Please enter tickets related to the MobileSDK here." } ], "description": "*Expected behavior*\r\nAll appended rows should be clickable.\r\n\r\n*Actual behavior*\r\nOnly the first two rows are clickable.\r\n\r\n*Test case*\r\n{code}\r\nvar win = Ti.UI.createWindow();\r\n\r\nvar table = Ti.UI.createTableView({\r\n\tdata : loadRow()\r\n});\r\nwin.add(table);\r\n\r\ntable.addEventListener('click', function(e) {\r\n\talert('Clicked');\r\n\r\n\ttable.appendSection({\r\n\t\trows : loadRow()\r\n\t}, {\r\n\t\tanimated : true\r\n\t});\r\n});\r\n\r\nwin.open();\r\n\r\nfunction loadRow() {\r\n\tvar rows = [];\r\n\tfor (var i = 0; i < 2; i++) {\r\n\t\trows.push(Ti.UI.createTableViewRow({\r\n\t\t\ttitle : 'Row ' + i\r\n\t\t}));\r\n\t};\r\n\treturn rows;\r\n}\r\n{code}", "attachment": [], "flagged": false, "summary": "tableView event after appendSection", "creator": { "name": "ptquang86", "key": "ptquang86", "displayName": "Quang Pham", "active": true, "timeZone": "Asia/Jakarta" }, "subtasks": [], "reporter": { "name": "ptquang86", "key": "ptquang86", "displayName": "Quang Pham", "active": true, "timeZone": "Asia/Jakarta" }, "environment": "SDK 3.0.0 GA", "comment": { "comments": [ { "id": "234140", "author": { "name": "ptquang86", "key": "ptquang86", "displayName": "Quang Pham", "active": true, "timeZone": "Asia/Jakarta" }, "body": "similar for insertSectionBefore, insertSectionAfter", "updateAuthor": { "name": "ptquang86", "key": "ptquang86", "displayName": "Quang Pham", "active": true, "timeZone": "Asia/Jakarta" }, "created": "2013-01-14T02:40:07.000+0000", "updated": "2013-01-14T02:40:07.000+0000" }, { "id": "245798", "author": { "name": "jbuckley", "key": "jbuckley", "displayName": "Jamie Buckley", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Hi Quang,\n\nCan you provide more information on this issue:\n\n- Titanium SDK version\n- Titanium Studio Version\n- Platform\n- Platform version\nFor more information on how to file bugs please read: https://wiki.appcelerator.org/display/guides/How+to+Submit+a+Bug+Report", "updateAuthor": { "name": "jbuckley", "key": "jbuckley", "displayName": "Jamie Buckley", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-04-04T21:10:57.000+0000", "updated": "2013-04-04T21:10:57.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }