{ "id": "130500", "key": "TIMOB-16973", "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": [], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2014-06-12T12:09:09.000+0000", "created": "2014-05-15T07:49:49.000+0000", "priority": null, "labels": [ "blackberry", "defect", "module_navbar", "qe-testadded" ], "versions": [], "issuelinks": [], "assignee": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2014-06-20T21:36:53.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": "10230", "name": "BlackBerry", "description": "BlackBerry Platform" } ], "description": "NavBar is visible in the child window when opened as a modal for blackberry platform. NavBar doesn't hides even if navBarHidden is set to true.\r\n\r\nSteps to reproduce:\r\n1. Create a classic Project and add two js files app.js and child.js.\r\n2. Copy the code below in respective files.\r\n3. Click on the open window button\r\n\r\nActual Result:\r\nChild window is opened with the Navbar\r\n\r\nExpected Result:\r\nNavbar should be hidden\r\n\r\n \r\n{Code}\r\n-----------------------\r\napp.js\r\n\r\nvar win=Ti.UI.createWindow({\r\n\tbackgroundColor:'white'\r\n});\r\n \r\nvar button=Ti.UI.createButton({\r\n\ttitle:'Open Window',\r\n\ttop:50,\r\n\twidth:100,\r\n\theight:50\r\n}); \r\n\r\nbutton.addEventListener('click',function(e){\r\n\tvar win=Ti.UI.createWindow({\r\n\t\turl:'child.js',\r\n\t\tbackgroundColor:'white'\r\n\t});\r\n\twin.open({modal:true});\r\n\t\r\n});\r\n\r\nwin.add(button); \r\nwin.open();\r\n-----------------------------------\r\nchild.js\r\nvar win=Ti.UI.currentWindow;\r\n{Code}", "attachment": [ { "id": "48120", "filename": "navbar_modal.png", "author": { "name": "svarshney", "key": "svarshney", "displayName": "Sapan Varshney", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-05-15T07:49:49.000+0000", "size": 32955, "mimeType": "image/png" } ], "flagged": false, "summary": "Blackberry : NavBar visible in the child window for BB platform ", "creator": { "name": "svarshney", "key": "svarshney", "displayName": "Sapan Varshney", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "svarshney", "key": "svarshney", "displayName": "Sapan Varshney", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Appcelerator Studio Build: 3.2.3.201404181520\r\nSDK Build : 3.2.3 GA\r\nacs : 1.0.14\r\nalloy : 1.3.1\r\njitsu : 0.13.0\r\nnpm : 1.3.2\r\ntitanium : 3.2.3\r\ntitanium-code-processor : 1.1.0\r\nDevice: Blackberry Z10", "comment": { "comments": [ { "id": "305258", "author": { "name": "mpmiranda", "key": "mpmiranda", "displayName": "Mauro Parra-Miranda", "active": true, "timeZone": "America/Mexico_City" }, "body": "Confirmed with 3.2.3.GA", "updateAuthor": { "name": "mpmiranda", "key": "mpmiranda", "displayName": "Mauro Parra-Miranda", "active": true, "timeZone": "America/Mexico_City" }, "created": "2014-05-16T06:42:48.000+0000", "updated": "2014-05-16T06:42:48.000+0000" }, { "id": "308656", "author": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "body": "This has been fixed with the Window refactor. Also, as an FYI, we don't support the \"url\" property in windows for BB", "updateAuthor": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2014-06-12T12:09:09.000+0000", "updated": "2014-06-12T12:09:09.000+0000" }, { "id": "310271", "author": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Tested and verified fixed using\r\nMac osx 10.9.3 Mavericks\r\nAppcelerator Studio, build: 3.3.0.201406171619\r\nTitanium SDK, build: 3.3.0.v20140620104112\r\nNode.JS Version: v0.10.13 \r\nNPM Version: 1.3.2 \r\nacs@1.0.14 \r\nalloy@1.4.0-rc \r\nnpm@1.3.2 \r\ntitanium@3.3.0-rc \r\ntitanium-code-processor@1.1.1\r\nDevice: BB Z10 (10.2.1)\r\nNavBar is not visible in the child window.", "updateAuthor": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-06-20T21:11:50.000+0000", "updated": "2014-06-20T21:11:50.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }