-
Enhancement
-
Resolution: Fixed
-
P4
-
8
Currently, a list of dirty layout roots is in every Scene. This is used to trigger layout() method on these roots during the layout pass.
We should change this to Node flags, which would go from the root to every dirty node (in terms of layout). This would allow to trigger re-layout() of any subtree just by calling layout() on the right Parent (which is a layout root at the same time).
We should change this to Node flags, which would go from the root to every dirty node (in terms of layout). This would allow to trigger re-layout() of any subtree just by calling layout() on the right Parent (which is a layout root at the same time).
- relates to
-
JDK-8103227 Node validation method that would allow layout and css pass on demand
-
- Closed
-