-
Sub-task
-
Resolution: Fixed
-
P2
-
fx1.2
Currently in Node.fx, requestLayout() is invoked when any bounds change on a node (boundsInLocal, layoutBounds, boundsInParent)
which means we are doing unnecessary layout passes; this is a particular problem with nested containers that have transforms (e.g.
from Transitions, etc) as those transforms should not trigger a layout pass.
which means we are doing unnecessary layout passes; this is a particular problem with nested containers that have transforms (e.g.
from Transitions, etc) as those transforms should not trigger a layout pass.