Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): Mac
Affected OS(s): Mac OS 10.5
Language Found: English
Description
Found in Flex 4.5 build 16569.
This is high priority for the Catalyst team for i4 since it is the root cause of many Fc bugs.
Steps to reproduce:
1. Look at the attached MXML application source code, and note that all 4 objects have the same "left" and "right" property values.
2. Compile and run the MXML application.
3. Click the button
Actual Results: the blue and gray objects do not appear to have the same width as the yellow and green objects, even though they all have the same "left" and "right" values. When you click the button, the resulting message shows that the layout bounds width of the various objects is different, even though it should be the same.
Expected Results: all 4 objects have the same visual width and layoutBoundsWidth.