{ "id": "119998", "key": "TIMOB-15199", "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": "15695", "description": "2013 Sprint 20", "name": "2013 Sprint 20", "archived": true, "released": true, "releaseDate": "2013-10-04" }, { "id": "15696", "description": "2013 Sprint 20 API", "name": "2013 Sprint 20 API", "archived": true, "released": true, "releaseDate": "2013-10-04" } ], "resolution": { "id": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2013-09-27T21:02:21.000+0000", "created": "2013-09-16T16:47:22.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "dev-invalidate", "ios7", "ipass1", "supportTeam" ], "versions": [], "issuelinks": [], "assignee": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-28T20:20:11.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" } ], "attachment": [], "flagged": false, "summary": "iOS7: NavigationWindow missing NavBar button on a modal window", "creator": { "name": "egomez", "key": "egomez", "displayName": "Eduardo Gomez", "active": false, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "egomez", "key": "egomez", "displayName": "Eduardo Gomez", "active": false, "timeZone": "America/Los_Angeles" }, "environment": "SDK 3.1.3RC & iOS7", "comment": { "comments": [ { "id": "271302", "author": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "body": "leftNavButton must be set on the baseControlWin, not the navigation window", "updateAuthor": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-09-16T17:11:10.000+0000", "updated": "2013-09-16T17:11:10.000+0000" }, { "id": "273249", "author": { "name": "srahim", "key": "srahim", "displayName": "Sabil Rahim", "active": true, "timeZone": "America/Los_Angeles" }, "body": "you want to use this instead.\r\n\r\n{code}\r\nvar rootWindow = Ti.UI.createWindow({\r\n backgroundColor: 'blue'\r\n});\r\n \r\nvar label = Ti.UI.createLabel({\r\n text:'RootWindow'\r\n});\r\n \r\nrootWindow.add(label);\r\n \r\nvar cancelButton = Ti.UI.createButton({\r\n systemButton : Ti.UI.iPhone.SystemButton.CANCEL,\r\n title : \"TEST\"\r\n});\r\n \r\ncancelButton.addEventListener('click', function(){\r\n backgroundWindow.close();\r\n});\r\nvar baseControlWin = Ti.UI.createWindow({\r\n backgroundColor : \"blue\",\r\n leftNavButton : cancelButton,\r\n});\r\n \r\nvar label2 = Ti.UI.createLabel({\r\n text:'Nav Window'\r\n});\r\n \r\nbaseControlWin.add(label2);\r\n \r\nvar backgroundWindow = Ti.UI.iOS.createNavigationWindow({\r\n modal : true,\r\n window : baseControlWin,\r\n orientationModes : [Ti.UI.LANDSCAPE_LEFT, Ti.UI.LANDSCAPE_RIGHT, Ti.UI.PORTRAIT, Ti.UI.UPSIDE_PORTRAIT]\r\n});\r\n \r\nrootWindow.addEventListener('open',function(){\r\n \tbackgroundWindow.open(); \r\n});\r\n \r\n \r\nrootWindow.open();\r\n{code}", "updateAuthor": { "name": "srahim", "key": "srahim", "displayName": "Sabil Rahim", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-09-27T21:02:21.000+0000", "updated": "2013-09-27T21:02:21.000+0000" }, { "id": "416030", "author": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Closing", "updateAuthor": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-03-28T20:20:11.000+0000", "updated": "2017-03-28T20:20:11.000+0000" } ], "maxResults": 5, "total": 5, "startAt": 0 } } }