-
Bug
-
Resolution: Fixed
-
P4
-
8
-
Windows 7 64-bit
java version "1.8.0-ea"
Java(TM) SE Runtime Environment (build 1.8.0-ea-b108)
Java HotSpot(TM) 64-Bit Server VM (build 25.0-b50, mixed mode)
GridPane column currently strictly respects the child's max width, never growing the column above the size. This is not necessary however, as the children can be aligned inside the area in case the area is bigger.
We should only strictly respect the column constraints max width when growing.
The same applies for rows/vgrow/max height.
---- previous description----
The GridPane inside the other GridPane's column is not stretched to fill the column when the parent GridPane's column has fillWidth = true.
This is a regression from JavaFX 2.2.40
We should only strictly respect the column constraints max width when growing.
The same applies for rows/vgrow/max height.
---- previous description----
The GridPane inside the other GridPane's column is not stretched to fill the column when the parent GridPane's column has fillWidth = true.
This is a regression from JavaFX 2.2.40
- duplicates
-
JDK-8123704 Regression: GridPane ColumnConstraints/RowConstraints alignment property is ignored
-
- Closed
-