-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
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()
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
-