{ "id": "130201", "key": "TIMOB-16938", "fields": { "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "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": "16593", "description": "Release 4.0.0", "name": "Release 4.0.0", "archived": false, "released": true, "releaseDate": "2015-05-21" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2014-11-17T22:04:43.000+0000", "created": "2014-05-09T06:16:35.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "parity", "qe-3.3.0", "qe-testadded" ], "versions": [ { "id": "15422", "description": "Release 3.3.0", "name": "Release 3.3.0", "archived": false, "released": true, "releaseDate": "2014-07-16" } ], "issuelinks": [ { "id": "37487", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "115046", "key": "TIMOB-14007", "fields": { "summary": "Android: Font property doesn't work for Picker and PickerColumn", "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": "High", "id": "2" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "cng", "key": "cng", "displayName": "Chee Kiat Ng", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2015-01-26T21:36:58.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": "Steps to reproduce:\r\n1. Copy Paste the code in app.js and run the app on iOS device.\r\n\r\nExpected Result:\r\n1. Must observe the difference in font size than normal.\r\n\r\nActual Result:\r\n1. No differences appear. Font Size appears the same.\r\n\r\nWorking fine for Android. See the issue TIMOB-14007\r\n\r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n backgroundColor: 'white',\r\n exitOnClose: true,\r\n fullscreen: false,\r\n title: 'Use picker to make selection'\r\n});\r\n\r\nvar fruit = [ 'Bananas', 'Grapes', 'Blueberries', 'Strawberries' ];\r\nvar color = [ 'blue', 'red', 'yellow', 'white' ];\r\n\r\nvar column1 = Ti.UI.createPickerColumn({font: {fontSize: 40}});\r\n\r\nfor(var i=0, ilen=fruit.length; i