-
Type:
Bug
-
Resolution: Incomplete
-
Priority:
P4
-
None
-
Affects Version/s: 7u55
-
Component/s: javafx
-
Environment:
Windows
A ScrollPane with a big Pane inside with many Nodes renders always Nodes outside of Viewport. So the client hangs. I made a work around by calculating all not visible Nodes and set them unvisible. After that it became very performant.