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

Details

    • Enhancement
    • Resolution: Fixed
    • P4
    • 8
    • 7u6
    • javafx

    Description

      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()

       

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:
                Imported: