{ "id": "61455", "key": "TIMOB-823", "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": "13272", "description": "Release 2.0.1", "name": "Release 2.0.1", "archived": true, "released": true, "releaseDate": "2012-04-16" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2012-04-28T00:23:38.000+0000", "created": "2011-04-15T02:37:14.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "auto" ], "versions": [], "issuelinks": [], "assignee": { "name": "ngupta", "key": "ngupta", "displayName": "Neeraj Gupta", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-09T01:02:31.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}

http://helpdesk.appcelerator.net/tickets/2057

\r\n

source is attached to ticket. Click on splash screen, then click\r\non \"What's happening\" box, the toggle table view by clicking\r\nbuttons at the top. some of the rows do not paint correctly.

{html}", "attachment": [], "flagged": false, "summary": "table view rows with height auto don't render properly (intermittently)", "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": "124137", "author": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

Ticket is missing, no source code, this sounds like something\nthat's been handled repeatedly since the initial date (almost a\nyear ago!). Going to bump into triage for R&D discussion.

{html}", "updateAuthor": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T02:37:15.000+0000", "updated": "2011-04-15T02:37:15.000+0000" }, { "id": "192968", "author": { "name": "dtoth", "key": "dtoth", "displayName": "Dawson Toth", "active": true, "timeZone": "America/New_York" }, "body": "I think this is alright now, with the new layout changes.\r\n\r\nCheck out the following for confirmation:\r\n\r\n{code:title=app.js}\r\nvar win = Ti.UI.createWindow({\r\n backgroundColor: '#fff'\r\n});\r\n\r\nvar rows = [];\r\n\r\nfor (var i = 0; i < 100; i++) {\r\n var row = Ti.UI.createTableViewRow({\r\n height: Ti.UI.SIZE,\r\n layout: 'vertical'\r\n });\r\n var rand = Math.random() * 5;\r\n var j = 0;\r\n while (j < rand) {\r\n row.add(Ti.UI.createLabel({\r\n text: 'Row ' + i + ', Label ' + (j++), textAlign: 'center',\r\n color: '#000',\r\n height: Ti.UI.SIZE\r\n }));\r\n }\r\n rows.push(row);\r\n}\r\n\r\nwin.add(Ti.UI.createTableView({\r\n data: rows\r\n}));\r\n\r\nwin.open();\r\n{code}\r\n\r\nIt creates a random set of various sized rows using Ti.UI.SIZE to calculate the row heights. I don't see any visual defects. I also wasn't able to locate the original ticket, and thus the original reproduction is lost.\r\n\r\nTested with latest CI build from today in the iPhone Simulator 5.1.\r\n{quote}\r\nversion=2.1.0\r\nmodule_apiversion=2\r\ntimestamp=04/27/12 10:48\r\ngithash=7fe2f1b\r\n{quote}", "updateAuthor": { "name": "dtoth", "key": "dtoth", "displayName": "Dawson Toth", "active": true, "timeZone": "America/New_York" }, "created": "2012-04-27T11:17:41.000+0000", "updated": "2012-04-27T11:17:41.000+0000" }, { "id": "192969", "author": { "name": "dtoth", "key": "dtoth", "displayName": "Dawson Toth", "active": true, "timeZone": "America/New_York" }, "body": "Check out my last comment.", "updateAuthor": { "name": "dtoth", "key": "dtoth", "displayName": "Dawson Toth", "active": true, "timeZone": "America/New_York" }, "created": "2012-04-27T11:17:57.000+0000", "updated": "2012-04-27T11:17:57.000+0000" }, { "id": "193053", "author": { "name": "ngupta", "key": "ngupta", "displayName": "Neeraj Gupta", "active": true, "timeZone": "America/Los_Angeles" }, "body": "This issue has been resolved as part of composite layout change in 2.0 release. Resolving as per Dawson's comment.", "updateAuthor": { "name": "ngupta", "key": "ngupta", "displayName": "Neeraj Gupta", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-04-28T00:23:38.000+0000", "updated": "2012-04-28T00:23:38.000+0000" }, { "id": "234784", "author": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "body": "It does work on Simulator, but does not work on devices.\nContinuing investigation.\nTested with:\nTitanium Studio, build: 3.0.1.201212181159\nTitanium SDK, build: 3.0.0.GA\n\niPad/iOS6.0 Simulator\niPhone/6.0 Simulator\niPhone4 5.1.1\niPad mini 6.0", "updateAuthor": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-01-17T14:05:40.000+0000", "updated": "2013-01-17T14:05:40.000+0000" }, { "id": "410185", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as fixed.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-09T01:02:31.000+0000", "updated": "2017-03-09T01:02:31.000+0000" } ], "maxResults": 6, "total": 6, "startAt": 0 } } }