Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Run the code below:
?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/halo" xmlns:local="*">
<mx:VBox>
<mx:Panel title="Flash Component Kit For Flex" width="100%" layout="absolute">
<local:TestUIMovieClip id="uimc" x="5" y="5" />
</mx:Panel>
</mx:VBox>
</s:Application>
Actual Results:
Panel isn't sized correctly
Expected Results:
Panel is sized correctly
Workaround (if any):
-