Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Run the attached app
Actual Results:
The reported width for the compiled FXG version of the item is much wider than the reported width for the MXML version (which seems correct). The reason appears to be that the mask inside the item is wide, and the runtime graphics don't include this in the width calculation whereas the compiled version does. I believe we had previously decided that the bounds of a masked item would always be the bounds of the underlying artwork, disregarding the bounds of the mask.
Expected Results:
Mask content should not be included in the width.
Workaround (if any):