{ "id": "131908", "key": "AC-1351", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "12217", "key": "AC", "name": "Appcelerator - INBOX", "projectCategory": { "id": "10000", "description": "", "name": "Customer Service" } }, "resolution": { "id": "5", "description": "All attempts at reproducing this issue failed, or not enough information was available to reproduce the issue. Reading the code produces no clues as to why this behavior would occur. If more information appears later, please reopen the issue.", "name": "Cannot Reproduce" }, "resolutiondate": "2014-08-13T21:39:37.000+0000", "created": "2014-06-18T15:02:36.000+0000", "labels": [ "TCSupportTriage" ], "versions": [], "issuelinks": [], "assignee": { "name": "mpmiranda", "key": "mpmiranda", "displayName": "Mauro Parra-Miranda", "active": true, "timeZone": "America/Mexico_City" }, "updated": "2016-03-08T07:37: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": "14548", "name": "Titanium SDK & CLI", "description": "Please enter tickets related to the MobileSDK here." } ], "description": "I pop windows on the screen with this code\r\n\r\nfunction NavigationController(a){\r\n\t// this is to avoid errors\r\n\ta = a || {};\r\n\ta.window = a.window || Ti.UI.createWindow({\r\n\t\tlayout:'vertical'\r\n\t});\r\n\t// this is to handle the iPhone Nav functionality\r\n\r\n\tvar Android = true;\r\n\r\n\t// there is no Nav in Android, so let's return the window\r\n\tif(Android){\r\n\t\ta.window.push = function(b){\r\n\t\t\tb.open({\r\n\t\t\t\tfullscreen:true,\r\n\t\t\t\r\n\t\t\t});\r\n\t\t};\r\n\t\treturn a.window;\r\n\t}\r\n}\r\n\r\n\r\nProgrammatically or using the back button on the 3rd window...i always get a BLACK screen...and it requires me to hit the back button again for my app to appear with window 2....", "attachment": [], "flagged": false, "summary": "ANDROID: After adding 3 windows on top of each other, i get a black screen", "creator": { "name": "peterladis", "key": "peterladis", "displayName": "Peter Ladis", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "peterladis", "key": "peterladis", "displayName": "Peter Ladis", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "ANDROID", "comment": { "comments": [ { "id": "309826", "author": { "name": "sliang", "key": "sliang", "displayName": "Shuo Liang", "active": true, "timeZone": "Asia/Harbin" }, "body": "Hi,\r\n\r\nSorry, I am afraid I can't understand your code. would you please explain more about it? maybe a screen shot is helpful.\r\n\r\nP.S. Using code tag to quote your code can make it easy to read in JIRA ticket. Like {code}example{code}, you can get detail by click the question mark below.\r\n\r\nRegards\r\nShuo", "updateAuthor": { "name": "sliang", "key": "sliang", "displayName": "Shuo Liang", "active": true, "timeZone": "Asia/Harbin" }, "created": "2014-06-19T12:26:40.000+0000", "updated": "2014-06-19T12:26:40.000+0000" }, { "id": "314247", "author": { "name": "mpmiranda", "key": "mpmiranda", "displayName": "Mauro Parra-Miranda", "active": true, "timeZone": "America/Mexico_City" }, "body": "Hello!\r\n\r\nPlease provide a testcase in the form of app.js, so we can reproduce this issue. \r\n\r\nIf you can add more details like this is happening in device or emulator.\r\n\r\nBest Regards", "updateAuthor": { "name": "mpmiranda", "key": "mpmiranda", "displayName": "Mauro Parra-Miranda", "active": true, "timeZone": "America/Mexico_City" }, "created": "2014-07-15T20:12:29.000+0000", "updated": "2014-07-15T20:12:29.000+0000" }, { "id": "318536", "author": { "name": "mpmiranda", "key": "mpmiranda", "displayName": "Mauro Parra-Miranda", "active": true, "timeZone": "America/Mexico_City" }, "body": "Hello [~peterladis]! \r\n\r\nWe created a testcase above, and we can't reproduce your issue. Please either produce a minimal testcase with your approach that shows the issue. \r\n\r\nIf you provide a testcase that shows the issue, we can re open this one. Thanks! \r\n\r\nBest Regards!", "updateAuthor": { "name": "mpmiranda", "key": "mpmiranda", "displayName": "Mauro Parra-Miranda", "active": true, "timeZone": "America/Mexico_City" }, "created": "2014-08-13T21:39:37.000+0000", "updated": "2014-08-13T21:39:37.000+0000" } ], "maxResults": 5, "total": 5, "startAt": 0 } } }