JDK-8124471 : ProgressBar keeps animating when in ScrollPane and scrolled out of view
  • Type: Bug
  • Component: javafx
  • Sub-Component: controls
  • Affected Version: 8
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2013-01-18
  • Updated: 2015-06-17
  • Resolved: 2013-08-01
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
8Fixed
Related Reports
Blocks :  
Relates :  
Description
When you have a indeterminate progress bar a large panel inside a ScrollPane and its scrolled so its out of visible view port. The progress bar should not be running its animation timeline.

NOTE: This probably happens to ProgressIndicator too so should fix that at same time if true.
Comments
Verified on 8.0b104
28-08-2013

Does the fix respond to the case of scrollPane, or, for instance, for TableView with ProgressBarCell too?
27-08-2013

One simple way to notice it is that the CPU usage will drop within a second or so of the progressbar being scrolled out of the viewport.
27-08-2013

How to verify, that it is not animating at the moment?
27-08-2013

changeset: 4514:3aadad7d5904 tag: tip user: mickf date: Thu Aug 01 14:43:17 2013 +0100 summary: RT-27791 :ProgressBar keeps animating when in ScrollPane and scrolled out of view
01-08-2013

Is the 100% CPU is a large ProgressBar or on a small device, or are there many off-screen indeterminate ProgressBars?
20-02-2013

Made major as this can cause 100% CPU when app is not doing anything.
19-02-2013