Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Not A Problem
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Add SplitViewNavigator and two ViewNavigators.
2. Add a button to call showFirstViewNavigatorInCallout().
3. Run the app and call showFirstViewNavigatorInCallout.
4. Dismiss the callout.
Actual Results: After the callout closed, the first view navigator is always invisible on both orientations.
Expected Results: For this case, autoHideFirstViewNavigator is false, the first view navigator is always available.
Workaround (if any): Set firstViewNavigator.visible=true.