{ "id": "118901", "key": "TIMOB-14937", "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": "15646", "description": "2013 Sprint 18", "name": "2013 Sprint 18", "archived": true, "released": true, "releaseDate": "2013-09-06" }, { "id": "15690", "description": "2013 Sprint 18 API", "name": "2013 Sprint 18 API", "archived": true, "released": true, "releaseDate": "2013-09-06" }, { "id": "15593", "description": "Release 3.1.3", "name": "Release 3.1.3", "archived": true, "released": true, "releaseDate": "2013-09-18" }, { "id": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2013-08-27T21:04:16.000+0000", "created": "2013-08-22T09:24:04.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "IOS7", "NavigationGroup", "Tab", "module_tabgroup", "qe-closed-3.1.3", "qe-port", "qe-testadded" ], "versions": [ { "id": "15479", "description": "Release 3.1.2", "name": "Release 3.1.2", "archived": true, "released": true, "releaseDate": "2013-07-31" } ], "issuelinks": [ { "id": "31247", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "115799", "key": "TIMOB-14182", "fields": { "summary": "iOS7: Update SDK to support building/running apps for iOS 7", "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": "6", "description": "gh.issue.epic.desc", "name": "Epic", "subtask": false } } } } ], "assignee": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2014-04-22T07:03:07.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. Create new mobile project (Alloy)\r\n2. Paste attached index.xml into project\r\n3. Run project\r\n\r\n*Actual Result*\r\nWhen running in iOS 7, the blue window in the NavigationGroup is displayed with wrong height. It works on iOS 6.\r\n\r\n*Expected Result*\r\nThe blue window int the NavigationGroup should fill the tab.", "attachment": [ { "id": "41952", "filename": "fixed.png", "author": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-08-28T21:14:16.000+0000", "size": 27207, "mimeType": "image/png" }, { "id": "41791", "filename": "index.xml", "author": { "name": "thomas.neerup@eg.dk", "key": "thomas.neerup@eg.dk", "displayName": "Thomas Neerup", "active": true, "timeZone": "Europe/Copenhagen" }, "created": "2013-08-22T09:24:05.000+0000", "size": 384, "mimeType": "application/octet-stream; charset=ISO-8859-1" }, { "id": "41792", "filename": "Screen Shot 2013-08-22 at 11.26.27.png", "author": { "name": "thomas.neerup@eg.dk", "key": "thomas.neerup@eg.dk", "displayName": "Thomas Neerup", "active": true, "timeZone": "Europe/Copenhagen" }, "created": "2013-08-22T09:27:01.000+0000", "size": 22821, "mimeType": "image/png" } ], "flagged": false, "summary": "iOS 7: NavigationGroup on Tab displays windows with wrong height", "creator": { "name": "thomas.neerup@eg.dk", "key": "thomas.neerup@eg.dk", "displayName": "Thomas Neerup", "active": true, "timeZone": "Europe/Copenhagen" }, "subtasks": [], "reporter": { "name": "thomas.neerup@eg.dk", "key": "thomas.neerup@eg.dk", "displayName": "Thomas Neerup", "active": true, "timeZone": "Europe/Copenhagen" }, "environment": "Titanium Studio 3.1.2", "comment": { "comments": [ { "id": "267966", "author": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Reproduced the issue with:\n\nAppcelerator Studio, build: 3.1.3.201308201707\nTitanium SDK, build: 3.1.3.v20130822140128\nCLI: 3.1.2\nalloy: 1.2.1-cr\nDevice:\niPhone5 iOS7\n\n", "updateAuthor": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-08-23T22:03:14.000+0000", "updated": "2013-08-23T22:03:14.000+0000" }, { "id": "268293", "author": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Non Alloy Test Case\n{code}\nvar tabGrp = Ti.UI.createTabGroup({\n\tbackgroundColor:'white',\n\torientationModes:[Ti.UI.PORTRAIT,Ti.UI.LANDSCAPE_LEFT,Ti.UI.LANDSCAPE_RIGHT]\n})\n\nvar win1 = Ti.UI.createWindow({\n\tbackgroundColor:'red',\n\tnavBarHidden:true,\n})\n\nvar win2 = Ti.UI.createWindow({\n\tbackgroundColor:'green',\n\ttitle:'two'\n})\n\nvar win3 = Ti.UI.createWindow({\n\tbackgroundColor:'blue',\n\ttitle:'one'\n})\n\n\nvar navGrp = Ti.UI.iPhone.createNavigationGroup({\n\twindow:win3\n})\n\nwin1.add(navGrp);\n\nvar tab1 = Ti.UI.createTab({\n\twindow:win1,\n\ttitle:'TAB1'\n})\nvar tab2 = Ti.UI.createTab({\n\twindow:win2,\n\ttitle:'TAB2'\n})\n\ntabGrp.addTab(tab1)\ntabGrp.addTab(tab2)\n\ntabGrp.open();\n{code}", "updateAuthor": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-08-27T05:00:13.000+0000", "updated": "2013-08-27T05:00:13.000+0000" }, { "id": "268294", "author": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "body": "PR against master\r\nhttps://github.com/appcelerator/titanium_mobile/pull/4606", "updateAuthor": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-08-27T05:02:04.000+0000", "updated": "2013-08-27T05:02:04.000+0000" }, { "id": "268447", "author": { "name": "srahim", "key": "srahim", "displayName": "Sabil Rahim", "active": true, "timeZone": "America/Los_Angeles" }, "body": "MASTER PR MERGED [~vduggal] go ahead and make the back port. ", "updateAuthor": { "name": "srahim", "key": "srahim", "displayName": "Sabil Rahim", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-08-27T21:04:05.000+0000", "updated": "2013-08-27T21:04:05.000+0000" }, { "id": "268628", "author": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Backport PR https://github.com/appcelerator/titanium_mobile/pull/4613", "updateAuthor": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-08-28T17:10:36.000+0000", "updated": "2013-08-28T17:10:36.000+0000" }, { "id": "268727", "author": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Tested and verified fixed with:\n\nMac osx 10.8.4 Mountain Lion\nAppcelerator Studio, build: 3.1.3.201308252005\nTitanium SDK, build:3.1.3.v20130828104626\nalloy:1.2.1\nCLI:3.1.2\nXcode5-DP6\nDevices:\nIpad4 iOS 7 beta6(11A4449d)\niPnone5 iOS 7 beta6\n\nNote: screenshot attached (fixed.png)", "updateAuthor": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-08-28T21:13:57.000+0000", "updated": "2013-08-28T21:13:57.000+0000" } ], "maxResults": 6, "total": 6, "startAt": 0 } } }