{ "id": "83467", "key": "TIMOB-6504", "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": "13271", "description": "Release 2.1.0", "name": "Release 2.1.0", "archived": false, "released": true, "releaseDate": "2012-06-29" }, { "id": "13277", "name": "Sprint 2012-08", "archived": true, "released": true, "releaseDate": "2012-04-22" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2012-04-30T17:48:05.000+0000", "created": "2011-12-07T12:11:54.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "api", "parity" ], "versions": [ { "id": "12570", "name": "Release 1.7.5", "archived": true, "released": true, "releaseDate": "2011-11-02" } ], "issuelinks": [ { "id": "14100", "type": { "id": "10001", "name": "Cloners", "inward": "is cloned into", "outward": "is cloned from" }, "outwardIssue": { "id": "63693", "key": "TIDOC-46", "fields": { "summary": "APIDoc: no tableView font properties supported at all. tableViewRow font-* properties not supported", "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": "Trivial", "id": "5" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } }, { "id": "14106", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "outwardIssue": { "id": "61767", "key": "TIMOB-1135", "fields": { "summary": "iOS: Ability to set font properties on a tableViewRow", "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": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "subtask": false } } } } ], "assignee": { "name": "ngupta", "key": "ngupta", "displayName": "Neeraj Gupta", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2012-06-14T15:33:38.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": "Per Paul's original APIDoc ticket, TableViewRow.font works on Android, but not on iOS.\r\n\r\nIf you run the following code on Android, row 2 shows a larger font. On iOS, all rows use\r\nthe same font.\r\n\r\nAs per the original ticket, neither platform supports any font properties on the table itself.\r\n\r\n{code:lang=javascript}\r\nvar win = Ti.UI.createWindow({\r\n backgroundColor : \"white\",\r\n exitOnClose:true\r\n});\r\n\r\nvar data = [];\r\n\r\ndata[0] = Ti.UI.createTableViewRow({hasChild:true,title:'Row 1'});\r\ndata[1] = Ti.UI.createTableViewRow({hasDetail:true,title:'Row 2', font:{ fontSize:40 }});\r\ndata[2] = Ti.UI.createTableViewRow({hasCheck:true,title:'Row 3'});\r\ndata[3] = Ti.UI.createTableViewRow({title:'Row 4'});\r\n\r\nvar tableview = Ti.UI.createTableView({\r\n minRowHeight:'200.5',\r\n font:{ fontSize:40 }, // has no effect\r\n data:data\r\n});\r\nwin.add(tableview);\r\nwin.open();\r\n{code}", "attachment": [], "flagged": false, "summary": "iOS: TableViewRow.font property not supported", "creator": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "subtasks": [], "reporter": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "environment": null, "comment": { "comments": [ { "id": "193238", "author": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Community pull request merged. Credit to https://github.com/hdogan", "updateAuthor": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-04-30T17:48:05.000+0000", "updated": "2012-04-30T17:48:05.000+0000" }, { "id": "198572", "author": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Tested with iPhone 4 (5.0.1) with 2.1.0.v20120614102250", "updateAuthor": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-06-14T15:33:38.000+0000", "updated": "2012-06-14T15:33:38.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }