Investigate if clearing of top, left, bottom, right, near, far is needed in Parent.recomputeBounds()

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 8
    • Affects Version/s: 7u6
    • Component/s: javafx

      TODOs in Parent note that

      top = left = bottom = right = near = far = null;

      might be needed when children.isEmpty() or children.size() == 1 && !node.isVisible()

      and

      top = left = bottom = right = near = far = node;

      might be needed in case children.size() == 1 && node.isVisible()

       

            Assignee:
            Ľubomír Nerád (Inactive)
            Reporter:
            Martin Sládeček
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: