Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Adobe Flex SDK 4.1 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Set compiler framework linkage option to SDK default (runtime shared library)
1. Set DataGroup's layout to TileLayout
2. Set "rowAlign" property for TileLayout to "justifyUsingHeight"
3. Set empty dataProvider to DataGroup
4. Insert DataGroup into BorderContainer
5. Compile and run
Actual Results:
Flex Application hangs on start, no RTE
Expected Results:
Flex Application runs as expected.
Setting empty dataProvider to DataGroup is not uncommon use case, imagine if the data for dataProvider comes in asynchronously.
Workaround (if any):