-
Enhancement
-
Resolution: Withdrawn
-
P4
-
8
A method like Node.validate() that would immediately do css/layout pass, could make the instant measurements possible.
This means the current layout dirty-list must be turned into a dirty flag on Node, just like in CSS.
A thing to consider:
validProperty() - a read only property to mark valid/invalid Nodes
This means the current layout dirty-list must be turned into a dirty flag on Node, just like in CSS.
A thing to consider:
validProperty() - a read only property to mark valid/invalid Nodes
- relates to
-
JDK-8101827 Promote impl_processCSS to public API
- Resolved
-
JDK-8123224 Display bug in Pane.getChildren().setAll()
- Closed
-
JDK-8103212 Reimplement dirty layout processing to use flags
- Resolved