Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8115047

GridPane column with Hgrow should be able to grow above children max width

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 8
    • 8
    • javafx
    • 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

            msladecek Martin Sládeček
            swpalmer Scott Palmer
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: