Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
Run the attached project or create a new one doing:
1. Create a TabbedViewNavigatorApplication, with Tab1View as the first view
2. Set destructionPolicy="never" on Tab1View
3. Set the defaultPopTransition.transitionContentWithControls property to true on the main navigator
4. Create second view and hook it into Tab1View such that you can push the second view onto the view stack
5. Trigger the push of the second view
6. Press the back button to pop the second view and return to the first view (on iOS, add a button to the second view through which the pop can be initiatied)
Actual Results:
The second view transitions away, but the first view does not appear; instead the view contents are blank
Expected Results:
First view should reappear via transition
Workaround (if any):
None
Additional notes:
Chiedo requests facetrack for this bug