Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Later
-
Adobe Flex SDK 4.0 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Enter this snippet in any MXML file:
<s:Group id="group" width="100%">
<s:Line width="
<s:stroke>
<s:SolidColorStroke/>
</s:stroke>
</s:Line>
</s:Group>
2. Run the app in AIR or Flashplayer player
Actual Results:
Flex hangs on initialization
Expected Results:
A line is shown with the width of its container (100%)
Workaround (if any):
Works when using width="100%" instead of width="{group.width}
"
Tested with Win and OS X