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

    • Type: Sub-task
    • Resolution: Fixed
    • Priority: P2
    • fx1.3
    • Affects Version/s: fx1.2
    • Component/s: 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.

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

              Created:
              Updated:
              Resolved:
              Imported: