-
Type:
Sub-task
-
Resolution: Fixed
-
Priority:
P2
-
Affects Version/s: fx1.2
-
Component/s: javafx
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.