Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK 4.1 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Browser: Internet Explorer 7.x
Language Found: English
Description
Steps to reproduce:
1. Add TabNavigator
2. Add two tabs
3. Add a grid to each panel
4. Add Alert to creationComplete handler of second grid on second tab
5. Add creationPolicy="All" to Application tag
Actual Results:
Grid is not available because the creationPolicy is not inherited
Expected Results:
Grid should be available because the creationPolicy should be inherited
Workaround (if any):
Add creationPolicy to TabNavigator