{ "id": "136399", "key": "TIMOB-17709", "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": null, "resolutiondate": null, "created": "2014-09-10T21:02:57.000+0000", "priority": null, "labels": [], "versions": [], "issuelinks": [], "assignee": null, "updated": "2018-02-28T20:03:42.000+0000", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "components": [ { "id": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "The following app.js shows a different font size for a tableview sections headerTitle:\r\n\r\n{code:js}\r\nvar win = Ti.UI.createWindow({\r\n\ttitle: 'Tableview header test'\r\n});\r\n\r\nvar tableview = Ti.UI.createTableView({\r\n\ttop: 43\r\n});\r\nvar headerRow = Ti.UI.createTableViewSection({\r\n\theaderTitle: 'HEADERTEXT HEADERTEXT HEADERTEXT'\r\n});\r\ntableview.data = [headerRow];\r\nwin.add(tableview);\r\nwin.open();\r\n{code}\r\n\r\nOf course both should show the same given the same device (in the example screenshots iPhone 5S Simulator)", "attachment": [ { "id": "51129", "filename": "iphone5s_ios71.png", "author": { "name": "morinel", "key": "morinel", "displayName": "Jeroen van Vianen", "active": true, "timeZone": "Europe/Berlin" }, "created": "2014-09-10T21:02:57.000+0000", "size": 18135, "mimeType": "image/png" }, { "id": "51128", "filename": "iphone5s_ios8.png", "author": { "name": "morinel", "key": "morinel", "displayName": "Jeroen van Vianen", "active": true, "timeZone": "Europe/Berlin" }, "created": "2014-09-10T21:02:57.000+0000", "size": 17084, "mimeType": "image/png" } ], "flagged": false, "summary": "iOS: TableViewSection headerTitle font size difference between iOS 7.1 and 8", "creator": { "name": "morinel", "key": "morinel", "displayName": "Jeroen van Vianen", "active": true, "timeZone": "Europe/Berlin" }, "subtasks": [], "reporter": { "name": "morinel", "key": "morinel", "displayName": "Jeroen van Vianen", "active": true, "timeZone": "Europe/Berlin" }, "environment": "XCode 6 GM, iOS 8 Simulator, Ti 3.4.0 beta", "closedSprints": [ { "id": 220, "state": "closed", "name": "2014 Sprint 20 SDK", "startDate": "2014-09-29T22:32:25.224Z", "endDate": "2014-10-13T18:25:00.000Z", "completeDate": "2014-10-13T18:25:45.560Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "327932", "author": { "name": "mdadu", "key": "mdadu", "displayName": "Muhammad Dadu", "active": false, "timeZone": "Europe/London" }, "body": "This seems to be native behavior. An Xcode application was created to replicate the code above, with the results matching those found using Appcelerator studio.", "updateAuthor": { "name": "mdadu", "key": "mdadu", "displayName": "Muhammad Dadu", "active": false, "timeZone": "Europe/London" }, "created": "2014-10-13T20:52:35.000+0000", "updated": "2014-10-13T20:52:35.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }