{ "id": "133602", "key": "TIMOB-17372", "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" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2014-08-12T17:32:55.000+0000", "created": "2014-07-23T08:52:34.000+0000", "epic": { "id": 134538, "key": "TIMOB-17486", "name": "iOS8: Support iOS 8 functionality", "summary": "iOS8: Support iOS 8", "color": { "key": "color_5" }, "done": false }, "priority": { "name": "High", "id": "2" }, "labels": [ "ios8", "module_window", "qe-closed-3.4.0", "qe-manualtest", "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": "41202", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "136566", "key": "TIMOB-17697", "fields": { "summary": "iOS8: Ti.Platform - Ti.Platform.displayCaps.platformHeight returning incorrect values for iPhone6 and 6+", "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": "2015-02-02T20:47:46.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. Install KS on iOS 8 device.\r\n2. Navigate to BaseUI>WindowsStandalone>Open(Nav Bar Visible)\r\n3. Turn Device on Landscape mode.\r\n\r\n{color:red}Actual Result:{color}\r\nWindow moves downwards.\r\n\r\n{color:green}Expected Result:{color}\r\nView with close button should appear with Nav bar still visible.\r\n\r\nRefer to Screenshots attached.", "attachment": [ { "id": "49964", "filename": "ios7.png", "author": { "name": "pagarwal", "key": "pagarwal", "displayName": "Priya Agarwal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-07-23T08:52:34.000+0000", "size": 25520, "mimeType": "image/png" }, { "id": "49966", "filename": "ios8_ipad.png", "author": { "name": "pagarwal", "key": "pagarwal", "displayName": "Priya Agarwal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-07-23T08:52:34.000+0000", "size": 79750, "mimeType": "image/png" }, { "id": "49965", "filename": "ios8_iphone.png", "author": { "name": "pagarwal", "key": "pagarwal", "displayName": "Priya Agarwal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-07-23T08:52:34.000+0000", "size": 47834, "mimeType": "image/png" } ], "flagged": false, "summary": "iOS8: KitchenSink: Window Standalone > Open (Nav Bar Visible) option not working as expected in Landscape mode", "creator": { "name": "pagarwal", "key": "pagarwal", "displayName": "Priya Agarwal", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "pagarwal", "key": "pagarwal", "displayName": "Priya Agarwal", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Appcelerator Studio:3.3.0.201407111535\r\nSdk:3.3.0.GA\r\nalloy:1.4.0\r\ntitanium:3.3.0\r\ntitanium-code-processor:1.1.1\r\nacs:1.0.15\r\nnpm:1.3.2\r\nOS:Maverick(10.9.3)\r\nDevice: iPhone5S(v8.0),Ipad Air(v8.0)\r\nxcode: Xcode6Beta4", "closedSprints": [ { "id": 161, "state": "closed", "name": "2014 Sprint 16 SDK", "startDate": "2014-08-04T22:09:18.566Z", "endDate": "2014-08-15T00:00:00.000Z", "completeDate": "2014-08-18T21:17:18.487Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "318020", "author": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Pull pending against master\r\nhttps://github.com/appcelerator/titanium_mobile/pull/5964\r\n\r\nStandalone test case\r\n{code}\r\nvar win = Ti.UI.createWindow({backgroundColor:'white',orientationModes:[1,2,3,4]})\r\n\r\nwin.addEventListener('click',function(e){\r\n Ti.API.info('PW:'+Ti.Platform.displayCaps.platformWidth+' PH:'+Ti.Platform.displayCaps.platformHeight);\r\n})\r\n\r\nwin.open();\r\n{code}", "updateAuthor": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2014-08-11T17:44:41.000+0000", "updated": "2014-08-11T17:44:41.000+0000" }, { "id": "319261", "author": { "name": "pagarwal", "key": "pagarwal", "displayName": "Priya Agarwal", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified with environment:\r\n\r\nAppcelerator Studio:3.4.0.201408180158\r\nSdk:3.4.0.v20140815142514\r\nalloy:1.5.0-dev\r\ntitanium:3.4.0-dev\r\ntitanium-code-processor:1.1.1\r\nacs:1.0.16\r\nnpm:1.3.2\r\nOS:Maverick(10.9.4)\r\nxcode: Xcode6Beta5\r\nDevice:iPhone5s(v8.0)\r\n\r\n\r\nWindow Standalone > Open (Nav Bar Visible) option working as expected in Landscape mode\r\nHence closing the issue.", "updateAuthor": { "name": "pagarwal", "key": "pagarwal", "displayName": "Priya Agarwal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-08-19T11:13:15.000+0000", "updated": "2014-08-19T11:13:15.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }