{ "id": "87569", "key": "TIMOB-7929", "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": "14164", "description": "Release 3.0.2", "name": "Release 3.0.2", "archived": true, "released": true, "releaseDate": "2013-02-19" } ], "resolution": { "id": "5", "description": "All attempts at reproducing this issue failed, or not enough information was available to reproduce the issue. Reading the code produces no clues as to why this behavior would occur. If more information appears later, please reopen the issue.", "name": "Cannot Reproduce" }, "resolutiondate": "2013-04-04T11:37:52.000+0000", "created": "2012-03-08T12:05:59.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [], "versions": [ { "id": "12593", "name": "Release 2.0.0", "archived": false, "released": true, "releaseDate": "2012-03-30" } ], "issuelinks": [], "assignee": { "name": "jithinv@exalture.com", "key": "jithinv@exalture.com", "displayName": "jithinpv", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-21T22:13:20.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": "Steps to Reproduce:\r\n1. Compile the following code:\r\n{code}\r\nvar table = Ti.UI.createTableView({\r\n moveable:true\r\n }), \r\n data = [],\r\n sectionNumber = 1;\r\n\r\nfor (var i=0; i < 15; i++) {\r\n var rowData = {\r\n title: 'Row number '+i\r\n };\r\n \r\n if(i%5 == 0) {\r\n rowData.header = 'Section Header ' + sectionNumber;\r\n sectionNumber++;\r\n };\r\n \r\n data.push(Ti.UI.createTableViewRow(rowData));\r\n};\r\n\r\ntable.setData(data);\r\n\r\nvar win = Ti.UI.createWindow({\r\n modal: true,\r\n rightNavButton: Titanium.UI.createButton({\r\n title:'Edit'\r\n })\r\n});\r\n\r\nwin.rightNavButton.addEventListener('click', function() {\r\n table.editing = true;\r\n});\r\n\r\nwin.add(table);\r\nwin.open();\r\n{code}\r\n2. Click the Edit button\r\n3. Move Row number 6 below Row number 4 \r\n\r\nActual:\r\nCannot move row there\r\n\r\nExpected: To be able to move and drop the row between a row and section", "attachment": [], "flagged": false, "summary": "iOS: TableViewRow: iOS below 5.0 does not allow user to move a row from a different section and drop between a new row and section", "creator": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "SDK: 2.0.0.v20120308093239\r\niPod 4.3\r\n", "comment": { "comments": [ { "id": "245697", "author": { "name": "jithinv@exalture.com", "key": "jithinv@exalture.com", "displayName": "jithinpv", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Issue does not reproduces \r\n\r\nTested with\r\n\r\nTitanium Studio, build: 3.0.1.201212181159\r\nTitanium SDK version: 3.1.0 \r\nTitanium SDK version: 3.0.2 \r\niOS iPhone Simulator: iOS SDK version: 6.0", "updateAuthor": { "name": "jithinv@exalture.com", "key": "jithinv@exalture.com", "displayName": "jithinpv", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-04-04T11:37:52.000+0000", "updated": "2013-04-04T11:37:52.000+0000" }, { "id": "414550", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as the issue cannot be reproduced and due to the above comments.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-21T22:13:20.000+0000", "updated": "2017-03-21T22:13:20.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }