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

☂ Fix snapping for layout container

    XMLWordPrintable

Details

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

    Description

      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

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated: