Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Later
-
Adobe Flex SDK 4.1 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Reason:
The Resize effect directly set properties that invalidate the parent's display list.
For any layout other than a virtual layout within a DataGroup you can set autoLayout = false and it will work fine. However, with the above combination, only the layout's updateDisplayList method won't be called while the dataGroup's WILL be called thus ending in no elements being displayed at all.
Workaround:
None I think, and I really want to use a subclass of Effect because I need some CompositeEffects.
Solution:
We need a layout-friendly Resize effect that will call setLayoutBoundsSize.