{ "id": "81113", "key": "TIMOB-5430", "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": "3", "description": "The problem is a duplicate of an existing issue.", "name": "Duplicate" }, "resolutiondate": "2012-02-29T15:31:59.000+0000", "created": "2011-10-04T15:42:30.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [], "versions": [], "issuelinks": [ { "id": "15460", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "outwardIssue": { "id": "86500", "key": "TIMOB-7660", "fields": { "summary": "iOS: Moving rows between sections & hard crash", "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": "13063", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "62749", "key": "TIMOB-2117", "fields": { "summary": "Move itens to a blank Header in TableView on Edit crash App. ", "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": "Low", "id": "4" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "ngupta", "key": "ngupta", "displayName": "Neeraj Gupta", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-21T23:12:44.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": "Moving a row under one section to another (which is empty but has a headerView) and then back to the original section causes the app to crash.\r\n\r\nSample code:\r\n{noformat}\r\nvar win = Ti.UI.createWindow({backgroundColor: 'white'});\r\nvar section1 = Ti.UI.createTableViewSection({\r\n\theaderView:Ti.UI.createView({height: '50', backgroundColor: 'black'})\r\n});\r\n\r\nvar section2 = Ti.UI.createTableViewSection({headerView:Ti.UI.createView({height: '50', backgroundColor: 'green'})});\r\nfor (var i=0; i < 5; i++) {\r\n\tsection2.add(Ti.UI.createTableViewRow({\r\n\t\ttitle:'Row '+i\r\n\t}));\r\n}\r\n\r\nvar tv = Ti.UI.createTableView({\r\n\tdata:[section1,section2],\r\n\tmoving: 'true'\r\n});\r\n\r\nwin.add(tv);\r\nwin.open();\r\n{noformat}", "attachment": [ { "id": "23350", "filename": "console.rtf", "author": { "name": "sbhimavarapu", "key": "sbhimavarapu", "displayName": "Sandeep Bhimavarapu", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-10-06T11:55:16.000+0000", "size": 5637, "mimeType": "text/rtf" }, { "id": "23349", "filename": "CrashLog.crash", "author": { "name": "sbhimavarapu", "key": "sbhimavarapu", "displayName": "Sandeep Bhimavarapu", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-10-06T11:55:16.000+0000", "size": 40154, "mimeType": "application/octet-stream" } ], "flagged": false, "summary": "Moving rows to an empty Section and then back in a Tableview causes crash", "creator": { "name": "sbhimavarapu", "key": "sbhimavarapu", "displayName": "Sandeep Bhimavarapu", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "sbhimavarapu", "key": "sbhimavarapu", "displayName": "Sandeep Bhimavarapu", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Product: Mobile\r\nTitanium SDK: Mobile 1.7.2, CI builds\r\nPlatform OS: iOS\r\nPlatform OS Version: 4.2, 4.3.5", "comment": { "comments": [ { "id": "168138", "author": { "name": "rseagraves", "key": "rseagraves", "displayName": "Reggie Seagraves", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Please attach a symbolocated crash log.", "updateAuthor": { "name": "rseagraves", "key": "rseagraves", "displayName": "Reggie Seagraves", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-10-06T11:16:25.000+0000", "updated": "2011-10-06T11:16:25.000+0000" }, { "id": "168147", "author": { "name": "sbhimavarapu", "key": "sbhimavarapu", "displayName": "Sandeep Bhimavarapu", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Reggie, I have added them", "updateAuthor": { "name": "sbhimavarapu", "key": "sbhimavarapu", "displayName": "Sandeep Bhimavarapu", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-10-06T11:55:38.000+0000", "updated": "2011-10-06T11:55:38.000+0000" }, { "id": "414664", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as duplicate with reference to the above comments and links.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-21T23:12:44.000+0000", "updated": "2017-03-21T23:12:44.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }