{ "id": "65709", "key": "TIMOB-4196", "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": "11330", "description": "Planning Week", "name": "Sprint 2011-21", "archived": true, "released": true, "releaseDate": "2011-05-30" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-05-31T09:47:06.000+0000", "created": "2011-05-24T09:18:01.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [], "versions": [ { "id": "11244", "name": "Release 1.7.0", "archived": true, "released": true, "releaseDate": "2011-06-13" } ], "issuelinks": [ { "id": "10962", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "inwardIssue": { "id": "63349", "key": "TIMOB-2717", "fields": { "summary": "reshowing popover causes child TableViews to blank out.", "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": "Medium", "id": "3" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2011-06-09T10:39:34.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": "Regression issue from 1.6.3 to 1.7. A scrollableView with tableViews will lose the tableViews when you scroll right and then scroll back. Row data is lost.\n\nHere is a code sample that works in 1.6.2 or 1.6.3, but breaks in 1.7.\n\n{code}\nTitanium.UI.setBackgroundColor('#000');\nvar win = Titanium.UI.createWindow({ \n title:'Test', backgroundColor:'#fff', fullscreen: true\n});\n\nvar views = [];\nfor (var i = 0; i < 5; i++) {\n views.push(\n Ti.UI.createTableView({\n data: [ Ti.UI.createTableViewRow({title: 'Row for view ' + i}) ]\n })\n );\n}\nvar scrollable = Ti.UI.createScrollableView({ views: views });\nwin.add(scrollable);\nwin.open();\n{code}", "attachment": [], "flagged": false, "summary": "ScrollableView losing tableViews in 1.7 Regression", "creator": { "name": "aleard", "key": "aleard", "displayName": "Alan Leard", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "aleard", "key": "aleard", "displayName": "Alan Leard", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "134208", "author": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "body": "See related bugs TIMOB-3743 and TIMOB-4062", "updateAuthor": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-05-24T17:12:23.000+0000", "updated": "2011-05-24T17:12:23.000+0000" }, { "id": "134301", "author": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Tested with May 25 2011 16:19 r364c307e view starts on Row for view 3", "updateAuthor": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-05-25T17:38:14.000+0000", "updated": "2011-05-25T17:38:14.000+0000" }, { "id": "134307", "author": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "body": "The table views were being mislaid in bad places when it was autosizing.", "updateAuthor": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-05-25T18:35:45.000+0000", "updated": "2011-05-25T18:35:45.000+0000" }, { "id": "134499", "author": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "body": "No longer reproducible with the following devices: Verizon iPhone 4 (4.2.6), iPad 1 (4.3), iPhone 3GS (3.1.2) , Titanium Studio, build: 1.0.0.201105271818, Titanium SDK version: 1.7.X r566ab19b. Closing.", "updateAuthor": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-05-31T09:47:06.000+0000", "updated": "2011-05-31T09:47:06.000+0000" } ], "maxResults": 5, "total": 5, "startAt": 0 } } }