{ "id": "61152", "key": "TIMOB-520", "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": "11220", "name": "Release 1.1.0", "archived": true, "released": true } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-04-17T01:53:22.000+0000", "created": "2011-04-15T02:30:55.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2011-04-17T01:53:22.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": "{html}

here's a test case:

\n

var win = Ti.UI.createWindow({

\n
\nbackgroundColor:'#336699'\n
\n

});

\n

var scrollView = Ti.UI.createScrollView({

\n
\ncontentHeight:'auto',\nlayout:'vertical',\nwidth:300,\nborderRadius:10,\nbackgroundColor:'#fff'\n
\n

});

\n

var view1 = Ti.UI.createView({

\n
\nheight:250,\ntop:10,\nwidth:300,\nbackgroundColor:'orange'\n
\n

});

\n

scrollView.add(view1);

\n

var view2 = Ti.UI.createView({

\n
\nheight:250,\ntop:10,\nwidth:300,\nbackgroundColor:'red'\n
\n

});

\n

scrollView.add(view2);

\n

var view3 = Ti.UI.createView({

\n
\nheight:250,\ntop:10,\nwidth:300,\nbackgroundColor:'green'\n
\n

});

\n

scrollView.add(view3);

\n

win.add(scrollView);

\n

win.open();

{html}", "attachment": [], "flagged": false, "summary": "scroll view + vertical layout not working", "creator": { "name": "nwright", "key": "nwright", "displayName": "Nolan Wright", "active": false, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "nwright", "key": "nwright", "displayName": "Nolan Wright", "active": false, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "123457", "author": { "name": "jhaynie", "key": "jhaynie", "displayName": "Jeff Haynie", "active": false, "timeZone": "America/Los_Angeles" }, "body": "{html}

(from [db3d4be08a6a92525ed53f12593d9e8909c71459])\nCloses #520 \nhttp://github.com/appcelerator/titanium_mobile/commit/db3d4be08a6a9...

{html}", "updateAuthor": { "name": "jhaynie", "key": "jhaynie", "displayName": "Jeff Haynie", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T02:30:55.000+0000", "updated": "2011-04-15T02:30:55.000+0000" } ], "maxResults": 1, "total": 1, "startAt": 0 } } }