Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Adobe Flex SDK 3.3 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Browser: Firefox 3.x
Language Found: English
Description
Steps to reproduce:
1. Create an Image and specify a width (but not a height) which will result in it being scaled down.
2. Place something else under it in a container (e.g. Application or VBox)
(see attached file for example)
Actual Results:
The Image component still takes up the height of the original image (not the scaled height).
Expected Results:
The Image component should only take up the scaled height.
Workaround (if any):
Set a explicit height on the Image rather than relying on maintainAspectRatio to calculate it for you.