The current JavaFX layout system cannot reliably lay out nodes with a circular dependency between their height and baseline (for example, `Labeled` nodes with baseline alignment).
A new iterative layout algorithm should be implemented, which allows circular dependencies to settle over several layout passes.
A new iterative layout algorithm should be implemented, which allows circular dependencies to settle over several layout passes.
- relates to
-
JDK-8090261 [HBox] HBox baseline alignment doesn't work with Buttons that have large explicit preferred size
-
- Open
-