{ "id": "121150", "key": "TIMOB-15492", "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": "15703", "description": "2013 Sprint 22", "name": "2013 Sprint 22", "archived": true, "released": true, "releaseDate": "2013-11-01" }, { "id": "15704", "description": "2013 Sprint 22 API", "name": "2013 Sprint 22 API", "archived": true, "released": true, "releaseDate": "2013-11-01" }, { "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-10-28T19:12:20.000+0000", "created": "2013-10-13T05:52:19.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "ios", "ios7", "module_tabgroup", "qe-testadded" ], "versions": [], "issuelinks": [ { "id": "32734", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "120471", "key": "TIMOB-15353", "fields": { "summary": "iOS7: Window moves incorrectly when in-call/hotspot/etc. status bar is showing", "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": "Critical", "id": "1" }, "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-03-12T11:07:45.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": "The second(!) time you open tab 2 the title bar height is incorrect.\r\nCode to reproduce the isse:\r\n\r\n{code}\r\nvar win1 = Titanium.UI.createWindow({\r\n\tnavBarHidden : true, // the bug happens with or without navbar\r\n\tfullscreen : true\r\n});\r\n\r\nvar win2 = Titanium.UI.createWindow({\r\n\ttitle: 'Window 2'\r\n});\r\n\r\nvar tab1 = Titanium.UI.createTab({\r\n\ttitle : 'Tab 1',\r\n\twindow : win1\r\n});\r\n\r\nvar tab2 = Titanium.UI.createTab({\r\n\ttitle : 'Tab 2',\r\n\twindow : win2\r\n});\r\n\r\nvar tabGroup = Ti.UI.createTabGroup();\r\n\r\ntabGroup.addTab(tab1);\r\ntabGroup.addTab(tab2);\r\ntabGroup.open();\r\n{code}", "attachment": [ { "id": "43147", "filename": "app.js", "author": { "name": "martinvm", "key": "martinvm", "displayName": "Martin van Mierloo", "active": true, "timeZone": "Europe/Berlin" }, "created": "2013-10-13T05:52:19.000+0000", "size": 437, "mimeType": "text/javascript" }, { "id": "43146", "filename": "iOS Simulator Screen shot Oct 13, 2013 7.42.09 AM.png", "author": { "name": "martinvm", "key": "martinvm", "displayName": "Martin van Mierloo", "active": true, "timeZone": "Europe/Berlin" }, "created": "2013-10-13T05:52:19.000+0000", "size": 18324, "mimeType": "image/png" }, { "id": "43148", "filename": "iOS Simulator Screen shot Oct 13, 2013 7.54.19 AM.png", "author": { "name": "martinvm", "key": "martinvm", "displayName": "Martin van Mierloo", "active": true, "timeZone": "Europe/Berlin" }, "created": "2013-10-13T05:54:57.000+0000", "size": 18604, "mimeType": "image/png" } ], "flagged": false, "summary": "iOS7: incorrect title bar height when switching fullscreen to regular tab", "creator": { "name": "martinvm", "key": "martinvm", "displayName": "Martin van Mierloo", "active": true, "timeZone": "Europe/Berlin" }, "subtasks": [], "reporter": { "name": "martinvm", "key": "martinvm", "displayName": "Martin van Mierloo", "active": true, "timeZone": "Europe/Berlin" }, "environment": "Appcelerator Studio, build: 3.1.3.201309132423\r\nTitanium SDK, build: 3.1.3GA\r\niPhone simulator + iPhone 4 iOS 7.0\r\nXcode5\r\n", "comment": { "comments": [ { "id": "274919", "author": { "name": "martinvm", "key": "martinvm", "displayName": "Martin van Mierloo", "active": true, "timeZone": "Europe/Berlin" }, "updateAuthor": { "name": "martinvm", "key": "martinvm", "displayName": "Martin van Mierloo", "active": true, "timeZone": "Europe/Berlin" }, "created": "2013-10-13T05:58:29.000+0000", "updated": "2013-10-13T05:58:29.000+0000" }, { "id": "276129", "author": { "name": "kosso", "key": "kosso", "displayName": "kosso", "active": true, "timeZone": "Europe/London" }, "updateAuthor": { "name": "kosso", "key": "kosso", "displayName": "kosso", "active": true, "timeZone": "Europe/London" }, "created": "2013-10-22T12:39:48.000+0000", "updated": "2013-10-22T12:39:48.000+0000" }, { "id": "276670", "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/4844", "updateAuthor": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-10-24T20:02:23.000+0000", "updated": "2013-10-24T20:02:23.000+0000" }, { "id": "279080", "author": { "name": "prastogi", "key": "prastogi", "displayName": "Pragya Rastogi", "active": true, "timeZone": "Asia/Kolkata" }, "body": "Tested and Verified fix with:\r\nOSX: 10.8.5\r\nXcode:5.0\r\nAppcelerator Studio: 3.2.0.201311112306\r\nSDK: 3.2.0.v20131111174605\r\nacs:1.0.7\r\nalloy:1.3.0\r\nnpm:1.3.2\r\ntitanium:3.2.0\r\ntitanium-code-processo:1.0.3\r\nDevice: iOS7(v7.0.3)-iPodTouch1", "updateAuthor": { "name": "prastogi", "key": "prastogi", "displayName": "Pragya Rastogi", "active": true, "timeZone": "Asia/Kolkata" }, "created": "2013-11-12T07:28:26.000+0000", "updated": "2013-11-12T07:28:26.000+0000" } ], "maxResults": 5, "total": 5, "startAt": 0 } } }