Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Cannot Reproduce
-
Adobe Flex SDK 4.1 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Browser: Other (specify version)
Language Found: English
Description
Steps to reproduce:
Create a project and add the following code
<s:List width="240">
<s:layout>
<s:TileLayout requestedColumnCount="7" horizontalGap="1" columnAlign="justifyUsingGap" />
</s:layout>
<s:dataProvider>
<s:ArrayList>
<fx:Object label="1"/>
<fx:Object label="2"/>
<fx:Object label="3"/>
<fx:Object label="4"/>
<fx:Object label="5"/>
<fx:Object label="6"/>
<fx:Object label="7"/>
<fx:Object label="8"/>
<fx:Object label="9"/>
</s:ArrayList>
</s:dataProvider>
</s:List>
Actual Results: The application will hang after the script has been running for over 15 seconds.
Expected Results: The code shouldn't hang.
Workaround (if any): Don't use those specific values.