{ "id": "82740", "key": "TIMOB-6195", "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": [], "resolution": { "id": "10100", "description": "This issue won't be actioned.", "name": "Won't Do" }, "resolutiondate": "2020-01-09T19:31:09.000+0000", "created": "2011-11-15T12:16:09.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "mobileweb," ], "versions": [], "issuelinks": [], "assignee": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "updated": "2020-01-09T19:31:09.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": [], "description": "When attempting to create a table view, unless you call createLabel() somewhere in your code, you'll get an error that Ti.UI.Label is not a constructor. This is with the mobile web sdk 1.7.2 beta 1 available on the wiki: http://wiki.appcelerator.org/display/guides/Mobile+Web\r\n\r\n{code:Javascript}\r\nvar win = Ti.UI.createWindow();\r\nTi.UI.backgroundColor = '#800';\r\n//var label = Ti.UI.createLabel({\r\n//\ttext: 'hi there'\r\n//});\r\nvar tv = Ti.UI.createTableView({\r\n\trowHeight: 60,\r\n\tdata: [\r\n\t\t{ title: 'sdfsfsd' },\r\n\t\t{ title: 'sdflsdhfksjhfkjshfkj' }\r\n\t]\t\r\n});\r\nwin.add(tv);\r\nwin.open();\r\n{code}\r\n\r\nUncommenting the label code above causes the app to work just fine.", "attachment": [], "flagged": false, "summary": "Labels not included when creating TableView rows", "creator": { "name": "tlukasavage", "key": "tlukasavage", "displayName": "Tony Lukasavage", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "tlukasavage", "key": "tlukasavage", "displayName": "Tony Lukasavage", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Mac OS X, FF 7.0.1, Chrome 13.0.x", "comment": { "comments": [ { "id": "453572", "author": { "name": "ahutton", "key": "ahutton", "displayName": "Alan Hutton", "active": true, "timeZone": "America/Los_Angeles" }, "body": "It has been decided that this issue should be closed as “Won’t do.” This issue is out of date with our current supported SDK release (7.5.2.GA as of the date of closure), and out of date with mobile OS versions. \r\n\r\nIf community members feel that the issue is still valid, please create a new ticket. Please reference this closed ticket number, include SDK used, comments, and code that demonstrates/reproduces the issue.", "updateAuthor": { "name": "ahutton", "key": "ahutton", "displayName": "Alan Hutton", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2020-01-09T19:31:09.000+0000", "updated": "2020-01-09T19:31:09.000+0000" } ], "maxResults": 1, "total": 1, "startAt": 0 } } }