JDK-8118093 : RequestLayout called might be called indefinitely under some conditions
  • Type: Bug
  • Component: javafx
  • Sub-Component: scenegraph
  • Priority: P2
  • Status: Resolved
  • Resolution: Withdrawn
  • Submitted: 2013-08-21
  • Updated: 2015-06-17
  • Resolved: 2013-09-04
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8
8Resolved
Related Reports
Relates :  
Relates :  
Description
In RT-32443, the ScrollPane does check the prefHeight/prefWidth of it's Node during the requestLayout() calls to check if the requestLayout() needs to be propagated to the ScrollPane.

If there's a Control in the node that fires a requestLayout() during the prefWidth/Height computation, it leads to an infinite loops. This could be stopped in the requestLayout code.
Comments
Since RT-31901 was fixed differently, this issue is no longer valid.
04-09-2013