{ "id": "61622", "key": "TIMOB-990", "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": "11224", "name": "Release 1.4.0", "archived": true, "released": true, "releaseDate": "2010-07-16" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-04-17T01:54:53.000+0000", "created": "2011-04-15T02:40:53.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:54:53.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}

var win = Titanium.UI.createWindow();

\n

var users = ['netpro2k', 'netpro2kdev',
\n'netpro2kggt1','GabeNewell','kaspm'];

\n

var sections = [];

\n

var likeSection = Ti.UI.createTableViewSection({headerTitle:\n'asdadsaas asdasd'});
\nvar likeRow = Ti.UI.createTableViewRow({height: 71,
\nselectionStyle:Titanium.UI.iPhone.TableViewCellSelectionStyle.NONE,
\nclassName: 'likeRow'});
\nfor(var i = 0; i<5; i++) {
\nlikeRow.add(Ti.UI.createImageView({
\nurl : 'http://s3.amazonaws.com/adb_qa/'\n+ users[i] + '/avatar.png',
\nheight:45,
\nwidth:45,
\nleft:15+(i*56),
\ntop: 12,
\nborderColor: 'black',
\nborderWidth: 1
\n})); } likeSection.add(likeRow);
\nsections.push(likeSection);

\n

var tableView = Ti.UI.createTableView({data: sections,\nstyle:
\nTitanium.UI.iPhone.TableViewStyle.GROUPED});
\nwin.add(tableView);
\nwin.open();

{html}", "attachment": [], "flagged": false, "summary": "table view row objects shift onload [REGRESSION ISSUE]", "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": "124523", "author": { "name": "jhaynie", "key": "jhaynie", "displayName": "Jeff Haynie", "active": false, "timeZone": "America/Los_Angeles" }, "body": "{html}

(from [905edbe24bd27b5ef2cb63e5975f9e965c7f04dc])\nCloses #980 , Closes #990 - our\ncontainer view should be filling the content view bounds (which has\na 0 origin), not the frame, which may not have a 0 origin (IE, when\nin a grouped view). \nhttp://github.com/appcelerator/titanium_mobile/commit/905edbe24bd27...

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