Details
-
Type:
Bug
-
Status: Closed
-
Priority:
High
-
Resolution: Won't Fix
-
Affects Version/s: Release 3.2.0
-
Fix Version/s: 2014 Sprint 01, 2014 Sprint 01 API, Release 3.3.0
-
Component/s: iOS
-
Labels:
-
Environment:
Application type: mobile
Titanium SDK: 3.2.0
Platform & version: iOS 7.0.3
Device: iOS Simulator
Host Operating System: OSX Mountain Lion, OSX Mavericks
Titanium Studio: 3.2.0.201312191547
Description
NavigationWindows seem to appear on top of each other in the order in which they are opened. Setting the zIndex property on them in Alloy XML files, TSS files, or via JavaScript seems to have no effect at all. Regardless of what the zIndex is set to the NavigationWindow opened most recently is always on top of all other NavigationWindows and elements. Changing the zIndex programmatically has no effect either.
I've attached a super simple Alloy example. When these 2 NavigationWindows open you should see the green NavigationWindow (top) taking up the majority of the screen, but instead you see the red NavigationWindow (bottom) taking up the majority of the screen.