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

☂ Fix snapping for layout container

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • None
    • javafx
    • None
    • generic
    • generic

      With JDK-8296330 ( https://github.com/openjdk/jfx/pull/936 ), we will have a stable test base to test the snapping of all layout container.
      The next step is to fix all broken layout container.
      Another step to improve the performance is to use the snappedXXXInsets methods on all working layout containers.

      Working layout container:
      - AnchorPane

      Partially working layout container which also can still be optimized by the snappedXXXInsets methods:
      - HBox
      - VBox
      - GridPane

      Non-Working layout container, where the insets needs to be correctly snapped by the snappedXXXInsets methods:
      - Pane
      - StackPane
      - BorderPane
      - TilePane
      - FlowPane

            mhanl Marius Hanl
            mhanl Marius Hanl
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: