{ "id": "137546", "key": "AC-924", "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": "2015-06-29T18:46:14.000+0000", "created": "2014-10-01T17:03:15.000+0000", "labels": [ "navigationWindow" ], "versions": [], "issuelinks": [], "assignee": { "name": "rtlechuga", "key": "rtlechuga", "displayName": "Radamantis Torres-Lechuga", "active": false, "timeZone": "Asia/Dubai" }, "updated": "2016-03-08T07:37:14.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": "14544", "name": "Alloy", "description": "Please enter tickets related to the Alloy here." } ], "description": "There is a delayed response in rendering the screen properly with sub navigation windows by 1 seconds.\r\n\r\nSo if I create a navigation window, and then open the child navigation window, it takes 1 second for the screen to completely render. I will see the old layout, then the new one shortly after wards.\r\n\r\nI open them like this:\r\n\r\n\tvar controller = Alloy.createController('filters', {\r\n\t\ttitle : 'Filter',\r\n\t\tname : '_filters',\r\n\t\tflagWin : true,\r\n\t\tisFlyout : false\r\n\t});\r\n\tvar newWindow = controller.getView();\r\n\tAlloy.Globals.navGroup.openWindow(newWindow, {\r\n\t\tanimated : true\r\n\t});\r\n\r\nWindow then opens, and it is glitchy. The user sees the old layout for 1 second, then it changes to the new layout.\r\n\r\nIn the simulator, the window opens smoothly with the view content in the position. I see it on my iPhone 4, so to replicate the bug you need to test it on a device.\r\n\r\nHere is my XML:\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n