Titanium JIRA Archive
Appcelerator Community (AC)

[AC-924] Navigation windows delayed rendering

GitHub Issuen/a
TypeBug
Priorityn/a
StatusClosed
ResolutionCannot Reproduce
Resolution Date2015-06-29T18:46:14.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsAlloy
LabelsnavigationWindow
ReporterSamie Syed
AssigneeRadamantis Torres-Lechuga
Created2014-10-01T17:03:15.000+0000
Updated2016-03-08T07:37:14.000+0000

Description

There is a delayed response in rendering the screen properly with sub navigation windows by 1 seconds. So 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. I open them like this: var controller = Alloy.createController('filters', { title : 'Filter', name : '_filters', flagWin : true, isFlyout : false }); var newWindow = controller.getView(); Alloy.Globals.navGroup.openWindow(newWindow, { animated : true }); Window then opens, and it is glitchy. The user sees the old layout for 1 second, then it changes to the new layout. In 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. Here is my XML: