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

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

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 8
    • 7u6
    • 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()

       

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

              Created:
              Updated:
              Resolved:
              Imported: