Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Adobe Flex SDK 4.0 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Run the sample file
2. Try to mouseover the container.
Actual Results:
Notice how the background turns gray way before you mouseover the object. This is because the bounds of the object still correspond to the original bounds of the container even though width and height are set.
Expected Results:
The bounds should be the same bounds as the object.
Workaround (if any):
set scaleContentWhenResized=true, but then you're missing out on some of this functionality