Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK 4.5 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Create a Spark Window component with two states "State1" and "State2"
2. In "State1" set the minWidth and maxWidth to 200, and minHeight to 500
3. In "State2" set the minHeight and maxHeight to 200, and minWidth to 500
4. In your main application window, open up the Spark Window component you created. Try to toggle between the 2 states.
Actual Results:
minHeight=500 and minWidth=500 are not respected when changing states.
Expected Results:
They should be.
Workaround (if any):
None found.