{ "id": "81636", "key": "TIMOB-5764", "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": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2017-07-11T23:03:39.000+0000", "created": "2011-10-16T11:08:07.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "android", "gestures", "landscape", "orientation", "orientationmodes" ], "versions": [ { "id": "11331", "description": "", "name": "Release 1.8.0", "archived": true, "released": true, "releaseDate": "2011-10-31" } ], "issuelinks": [], "assignee": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-07-11T23:03:39.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": "10202", "name": "Android", "description": "Android Platform" } ], "description": "1) Create a new project and add the following to the app.js\r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n\tbackgroundColor:'white'\r\n});\r\n\r\nvar img = Ti.UI.createImageView({image:'grouch.jpg'});\r\n\r\nwin.add(img);\r\n\r\nwin.orientationModes = [\r\n Ti.UI.LANDSCAPE_LEFT,\r\n Ti.UI.LANDSCAPE_RIGHT\r\n];\r\n\r\nwin.open();\r\n{code}\r\n2) Put the attached grouch.jpg in the Resources folder\r\n3) Hold device in portrait mode and launch app\r\n\r\nActual results: Splash screen initially appears in portrait mode and then stretches into landscape mode. Image and status bar appear normally in landscape mode.\r\n\r\nExpected results: Splash screen appears in portrait mode. Image and status bar appear in landscape mode.", "attachment": [ { "id": "23731", "filename": "grouch.jpg", "author": { "name": "avaghti", "key": "avaghti", "displayName": "Alan Vaghti", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-10-16T11:08:07.000+0000", "size": 52018, "mimeType": "image/jpeg" } ], "flagged": false, "summary": "Android: Splash screen stretches when orientation modes are set to landscape in app.js", "creator": { "name": "avaghti", "key": "avaghti", "displayName": "Alan Vaghti", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "avaghti", "key": "avaghti", "displayName": "Alan Vaghti", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Nexus One 2.2.2 and SDK 1.8.0.v20111013161411", "comment": { "comments": [ { "id": "169366", "author": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Did you add landscape resources in the platform/android or Resources/android/images folder?", "updateAuthor": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-10-16T15:01:08.000+0000", "updated": "2011-10-16T15:01:08.000+0000" }, { "id": "169368", "author": { "name": "avaghti", "key": "avaghti", "displayName": "Alan Vaghti", "active": true, "timeZone": "America/Los_Angeles" }, "body": "No, I didn't add anything to either of those folders. Is it required?\r\n\r\nJust as a note, this app works as described in the expected behavior on iOS.", "updateAuthor": { "name": "avaghti", "key": "avaghti", "displayName": "Alan Vaghti", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-10-16T17:45:48.000+0000", "updated": "2011-10-16T17:45:48.000+0000" }, { "id": "423962", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket due to time passed and lack of progress for a number of years. Please open a new ticket if there are any problems.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-07-11T23:03:39.000+0000", "updated": "2017-07-11T23:03:39.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }