{ "id": "89076", "key": "TIMOB-8365", "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": "13271", "description": "Release 2.1.0", "name": "Release 2.1.0", "archived": false, "released": true, "releaseDate": "2012-06-29" }, { "id": "13407", "description": "Sprint 2012-11 API", "name": "Sprint 2012-11 API", "archived": true, "released": true, "releaseDate": "2012-06-03" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2012-07-09T04:07:13.000+0000", "created": "2012-03-28T14:56:58.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "api", "module_tableview", "parity", "qe-testadded" ], "versions": [ { "id": "12593", "name": "Release 2.0.0", "archived": false, "released": true, "releaseDate": "2012-03-30" }, { "id": "13070", "description": "Release 1.8 Service Pack 2", "name": "Release 1.8.2", "archived": true, "released": true, "releaseDate": "2012-02-29" }, { "id": "13272", "description": "Release 2.0.1", "name": "Release 2.0.1", "archived": true, "released": true, "releaseDate": "2012-04-16" } ], "issuelinks": [ { "id": "19163", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "97989", "key": "TIMOB-10134", "fields": { "summary": "iOS: TableView - Unexpected tableRow animation", "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": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2012-07-25T11:53:08.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": "The user is creating tableview with sections. The user is creating 2 sections, with 4 rows each in the tableview.\r\n\r\nThe code sample creates the view correctly on Android, but not on iOS. In iOS, 7 rows are added to the first section ,and 1 to another. Instead of 4 to the each section.\r\n\r\n{code}\r\nvar win1 = Ti.UI.createWindow({\r\n backgroundColor:'white',\r\n navbarHidden:true\r\n});\r\nwin1.open();\r\n\r\nvar lb1=Ti.UI.createTableView({backgroundColor:'blue',\r\n height:Ti.UI.FILL,\r\n width:Ti.UI.FILL\r\n }); \r\nwin1.add(lb1);\r\n\r\nvar RowParms;\r\nfor (var sec=0; (sec <= 1); sec++)\r\n{\r\n RowParms={title:'One',\r\n header:'Section '+sec};\r\n lb1.appendRow(RowParms);\r\n RowParms={title:'Two'};\r\n lb1.appendRow(RowParms);\r\n RowParms={title:'Three'};\r\n lb1.appendRow(RowParms);\r\n RowParms={title:'Four'};\r\n lb1.appendRow(RowParms);\r\n}\r\n{code}", "attachment": [ { "id": "26671", "filename": "Screen Shot 2012-03-28 at 3.55.40 PM.png", "author": { "name": "dgandhi", "key": "dgandhi", "displayName": "Devang Gandhi", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-03-28T14:56:58.000+0000", "size": 72940, "mimeType": "image/png" }, { "id": "26672", "filename": "Screen Shot 2012-03-28 at 3.55.55 PM.png", "author": { "name": "dgandhi", "key": "dgandhi", "displayName": "Devang Gandhi", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-03-28T14:56:58.000+0000", "size": 77923, "mimeType": "image/png" } ], "flagged": false, "summary": "iOS: Table view with sections display different results on iOS, than android", "creator": { "name": "dgandhi", "key": "dgandhi", "displayName": "Devang Gandhi", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "dgandhi", "key": "dgandhi", "displayName": "Devang Gandhi", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Titanium SDK: 1.8.2, 2.0\r\nPlatform OS: iOS\r\nPlatform OS Version: 5.0", "comment": { "comments": [ { "id": "189066", "author": { "name": "ngupta", "key": "ngupta", "displayName": "Neeraj Gupta", "active": true, "timeZone": "America/Los_Angeles" }, "body": "@Devang - Please do not put merge-1.8.3 in the JIRA tickets directly. This tag has to be approved by engineering.", "updateAuthor": { "name": "ngupta", "key": "ngupta", "displayName": "Neeraj Gupta", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-03-28T15:06:08.000+0000", "updated": "2012-03-28T15:06:08.000+0000" }, { "id": "189110", "author": { "name": "bitshftr", "key": "bitshftr", "displayName": "Shawn Lipscomb", "active": true, "timeZone": "America/New_York" }, "body": "HD ticket https://support.appcelerator.com/tickets/APP-916859.", "updateAuthor": { "name": "bitshftr", "key": "bitshftr", "displayName": "Shawn Lipscomb", "active": true, "timeZone": "America/New_York" }, "created": "2012-03-29T04:15:20.000+0000", "updated": "2012-03-29T04:15:20.000+0000" }, { "id": "195514", "author": { "name": "jyounus", "key": "jyounus", "displayName": "Junaid Younus", "active": true, "timeZone": "Europe/London" }, "body": "Tested with 2.0.1GA2 on the iOS simulator, issue still reproducible. Works fine on a Samsung Galaxy S2, running 2.3.x.", "updateAuthor": { "name": "jyounus", "key": "jyounus", "displayName": "Junaid Younus", "active": true, "timeZone": "Europe/London" }, "created": "2012-05-21T14:57:43.000+0000", "updated": "2012-05-21T14:57:43.000+0000" }, { "id": "195759", "author": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Pull pending https://github.com/appcelerator/titanium_mobile/pull/2256", "updateAuthor": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2012-05-23T09:53:03.000+0000", "updated": "2012-05-23T09:53:03.000+0000" }, { "id": "197986", "author": { "name": "bitshftr", "key": "bitshftr", "displayName": "Shawn Lipscomb", "active": true, "timeZone": "America/New_York" }, "body": "Verified fixed in SDK 2.1.0.v20120608174150.", "updateAuthor": { "name": "bitshftr", "key": "bitshftr", "displayName": "Shawn Lipscomb", "active": true, "timeZone": "America/New_York" }, "created": "2012-06-11T08:13:24.000+0000", "updated": "2012-06-11T08:13:24.000+0000" }, { "id": "199903", "author": { "name": "mpettiford", "key": "mpettiford", "displayName": "Michael Pettiford", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Closing issue\r\n\r\nTested with Ti Studio build 2.1.0.201206211609\r\nTi Mobile SDK 2.1.0.v20120622174154 hash rdc9dfbe5\r\nOSX Lion 10.7.3\r\niPhone 4S OS 5.1, iPad 2 OS 4.3.5\r\n\r\nVerified expected behavior is shown", "updateAuthor": { "name": "mpettiford", "key": "mpettiford", "displayName": "Michael Pettiford", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-06-23T12:00:36.000+0000", "updated": "2012-06-23T12:00:36.000+0000" }, { "id": "202057", "author": { "name": "sbhadauria", "key": "sbhadauria", "displayName": "Shyam Bhadauria", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Re-opening to edit label", "updateAuthor": { "name": "sbhadauria", "key": "sbhadauria", "displayName": "Shyam Bhadauria", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-07-09T04:06:27.000+0000", "updated": "2012-07-09T04:06:27.000+0000" } ], "maxResults": 7, "total": 7, "startAt": 0 } } }