{ "id": "116421", "key": "TIMOB-14361", "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": "15111", "description": "2013 Sprint 13", "name": "2013 Sprint 13", "archived": true, "released": true, "releaseDate": "2013-07-01" } ], "resolution": { "id": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2013-07-01T16:37:14.000+0000", "created": "2013-06-25T17:04:32.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [], "versions": [ { "id": "15478", "description": "Release 3.1.1", "name": "Release 3.1.1", "archived": true, "released": true, "releaseDate": "2013-06-17" } ], "issuelinks": [], "assignee": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-20T20:43:12.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": "Building an old Titanium Application built with SDK 2.x (2.1.0), using 3.1.1 with Retina simulator, is not filling the entire height of the screen.\r\n\r\n*Steps to reproduce the issue*\r\n- Open Appcelerator Studio\r\n- Create a sample NON Alloy Application\r\n- Built with SDK 2.1.0\r\n- Switch to Retina 4-inch simulator\r\n- Clean the project\r\n- Change to 3.1.1 SDK\r\n- Build again targeting the Retina 4-inch simulator\r\n- The app is not filling the entire height of the retina simulator\r\n\r\n*Sample code*\r\n{code:title=app.js|borderStyle=solid}\r\n\r\nTitanium.UI.setBackgroundColor('#000');\r\nvar tabGroup = Titanium.UI.createTabGroup();\r\nvar win1 = Titanium.UI.createWindow({ \r\n title:'Tab 1',\r\n backgroundColor:'#fff'\r\n});\r\nvar tab1 = Titanium.UI.createTab({ \r\n icon:'KS_nav_views.png',\r\n title:'Tab 1',\r\n window:win1\r\n});\r\nvar label1 = Titanium.UI.createLabel({\r\n\tcolor:'#999',\r\n\ttext:'I am Window 1',\r\n\tfont:{fontSize:20,fontFamily:'Helvetica Neue'},\r\n\ttextAlign:'center',\r\n\twidth:'auto'\r\n});\r\n\r\nwin1.add(label1);\r\n\r\nvar win2 = Titanium.UI.createWindow({ \r\n title:'Tab 2',\r\n backgroundColor:'#fff'\r\n});\r\nvar tab2 = Titanium.UI.createTab({ \r\n icon:'KS_nav_ui.png',\r\n title:'Tab 2',\r\n window:win2\r\n});\r\n\r\nvar label2 = Titanium.UI.createLabel({\r\n\tcolor:'#999',\r\n\ttext:'I am Window 2',\r\n\tfont:{fontSize:20,fontFamily:'Helvetica Neue'},\r\n\ttextAlign:'center',\r\n\twidth:'auto'\r\n});\r\n\r\nwin2.add(label2);\r\n\r\ntabGroup.addTab(tab1); \r\ntabGroup.addTab(tab2); \r\n\r\ntabGroup.open();\r\n\r\n{code}", "attachment": [], "flagged": false, "summary": "iOS: Building an old (originally 2.x SDK) app on 3.1.1 SDK with retina is not filling the height", "creator": { "name": "rtlechuga", "key": "rtlechuga", "displayName": "Radamantis Torres-Lechuga", "active": false, "timeZone": "Asia/Dubai" }, "subtasks": [], "reporter": { "name": "rtlechuga", "key": "rtlechuga", "displayName": "Radamantis Torres-Lechuga", "active": false, "timeZone": "Asia/Dubai" }, "environment": "Appcelerator Studio, build: 3.1.1.201305130813\r\nMac OSX 10.7.5\r\nTitanium SDK 3.1.1\r\nXcode 4.5", "comment": { "comments": [ { "id": "259449", "author": { "name": "lbrenman", "key": "lbrenman", "displayName": "Leor Brenman", "active": true, "timeZone": "America/Havana" }, "body": "Bert claims that is soley due to the lack of an iPhone 5 splash screen and can be remedied by copying an iPhone 5 splash screen (e.g. from a 3.1.1 project) into the 2.1.1 project and it will work.\r\n\r\nI was able to reproduce using 2.1.3 SDK.\r\n\r\nI create a 2.1.3 non alloy project. I deleted the Default-568h@2x.png file (from the resource\\iphone folder) and launched the app and it had the black letterbox. Then I put the Default-568h@2x.png file back and the app displayed full screen.\r\n\r\nI didnt bother upgrading to 3.1.1 since I could fix the problem in the original 2.1.x sdk build.", "updateAuthor": { "name": "lbrenman", "key": "lbrenman", "displayName": "Leor Brenman", "active": true, "timeZone": "America/Havana" }, "created": "2013-06-26T00:04:44.000+0000", "updated": "2013-06-26T00:35:58.000+0000" }, { "id": "413955", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as invalid.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-20T20:43:12.000+0000", "updated": "2017-03-20T20:43:12.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }