Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Please download the attached mobile project and run.
2. Click a button on ActionBar labeld "CLICK HERE" to open a popup.
Actual Results: RTE gets thrown for uninstantiated child components. Properties of SkinnablePopUpContainer itself can be set before open() but children don't exist. Is this by design?
Expected Results: Children seem to be instantiated only after open() call. I didn't find anything related to this fact in the spec. If properties of children can be set only after open(), please explain it in the spec.
Workaround (if any):