Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8092088 Scene graph optimizations
  3. JDK-8092451

any bounds change on a node triggers a layout pass on that branch even if that branch doesn't need to be relayed out

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Fixed
    • Icon: P2 P2
    • fx1.3
    • fx1.2
    • javafx

      Currently in Node.fx, requestLayout() is invoked when any bounds change on a node (boundsInLocal, layoutBounds, boundsInParent)
      which means we are doing unnecessary layout passes; this is a particular problem with nested containers that have transforms (e.g.
      from Transitions, etc) as those transforms should not trigger a layout pass.

            amfowler Anne Fowler (Inactive)
            amfowler Anne Fowler (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: