-
Enhancement
-
Resolution: Fixed
-
P4
-
7u6
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()
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()
- relates to
-
JDK-8120456 Problems in Parent bounds calculation and update
-
- Closed
-