Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
Adobe Flex SDK Next
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Open the attached project and run both the application inside of it.
2. Click the button.
3. Notice that maxHeight & maxWidth returns unexpectedly large value (107374182) instead (4095).
4. This happens in 4.y (build 21698), but doesn't happen in trunk (build 21700).
5. This seems to be related to SWF 13 change in 4.y branch.
Note: This happens in both MX and Spark.
Actual Results:
maxHeight & maxWidth returns unexpectedly large value (107374182)
Expected Results:
maxHeight & maxWidth should returns 4095 or close to it.
Workaround (if any):