{ "id": "136227", "key": "TIMOB-17646", "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": "15972", "description": "Release 3.4.0", "name": "Release 3.4.0", "archived": false, "released": true, "releaseDate": "2014-09-28" }, { "id": "16704", "description": "Release 3.5.0", "name": "Release 3.5.0", "archived": false, "released": true, "releaseDate": "2015-01-13" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2014-09-15T16:29:20.000+0000", "created": "2014-09-08T18:25:01.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "ios8", "qe-3.4.0" ], "versions": [ { "id": "15972", "description": "Release 3.4.0", "name": "Release 3.4.0", "archived": false, "released": true, "releaseDate": "2014-09-28" } ], "issuelinks": [ { "id": "41255", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "136748", "key": "TIMOB-17720", "fields": { "summary": "iOS8: Popover does not position correctly when the orientation is changed", "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": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2014-11-21T20:27:13.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": "h5. Description:\r\n1. Replace the code in app.js with the code below:\r\n{code}\r\nvar win = Titanium.UI.createWindow();\r\nwin.orientationModes = [\r\n Titanium.UI.PORTRAIT,\r\n Titanium.UI.UPSIDE_PORTRAIT,\r\n Titanium.UI.LANDSCAPE_LEFT,\r\n Titanium.UI.LANDSCAPE_RIGHT,\r\n]; \r\n \r\nvar b1 = Titanium.UI.createButton({\r\n title:'Show Gallery',\r\n width:200,\r\n height:40,\r\n top:40\r\n});\r\nb1.addEventListener('click', function()\r\n{\r\n Titanium.Media.openPhotoGallery({\r\n \r\n success:function(event)\r\n {\r\n Ti.API.debug('Success!'); \r\n },\r\n cancel:function()\r\n {\r\n },\r\n allowEditing:true\r\n });\r\n});\r\nwin.add(b1);\r\n \r\nwin.open();\r\n{code}\r\n2. Build & run the app on Ipad/Ipad mini (I had I pad mini).\r\n3. Tap the show Gallery button.\r\n4. With the popover visible change the device orientation to landscape or any other orientation.\r\n\r\nh5. Actual Result:\r\n1. The orientation does not change.\r\n2. Close the popover & change the orientation of the device, you will see that the orientation now changes.\r\n\r\nNOTE: The orientation changes as expected for ipad(mini in my case) devices with iOS 7.0.3 & iOS 6.1.3\r\n\r\nh5. Expected Result:\r\n1. The orientation should change when the popover is visible", "attachment": [], "flagged": false, "summary": "iOS8: Popover: The app does not change orientation when popover is visible", "creator": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Environment:\r\nAppc Studio : 3.4.0.201409032106\r\nTi SDK : 3.4.0.v20140907150914\r\nMac OSX : 10.9.4\r\nAlloy : 1.5.0-beta\r\nCLI - 3.4.0-beta\r\nCode Processor: 1.1.1\r\nxcode 6 beta 7\r\nIpad mini - IOS 8.0b5", "closedSprints": [ { "id": 199, "state": "closed", "name": "2014 Sprint 18 SDK", "startDate": "2014-09-02T22:56:57.421Z", "endDate": "2014-09-13T00:00:00.000Z", "completeDate": "2014-09-15T20:08:19.146Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "323387", "author": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "body": "This might be fixed. Need to confirm.", "updateAuthor": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-09-12T18:44:07.000+0000", "updated": "2014-09-12T18:44:07.000+0000" }, { "id": "323516", "author": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Fixed with changed for TIMOB-17648", "updateAuthor": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2014-09-13T18:48:33.000+0000", "updated": "2014-09-13T18:48:33.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }