JDK-8117005 : ProgressIndicator progress is not updating
Type:Bug
Component:javafx
Sub-Component:controls
Affected Version:8
Priority:P3
Status:Closed
Resolution:Fixed
Submitted:2013-06-05
Updated:2015-06-17
Resolved:2013-06-12
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.
Run HelloProgressIndicator and notice that the indeterminate progress indicators are not updating. The whole thing looks off (not right).
Comments
Verified on 8.0b104
28-08-2013
fixed with
changeset: 3925:749a762daa51
tag: tip
user: mickf
date: Wed Jun 12 18:45:49 2013 +0100
summary: RT-30938 : ProgressIndicator progress is not updating - pushing fix from David
12-06-2013
This appears since :
changeset 3759:3450a1dac4a9
RT-30817: sorting cascading styles was causing expansion of declarations. Lazily create and sort cascading style list.
I'm sure yet if this is the actual cause, or whether the problem was always
there, and that this just triggered it.
11-06-2013
Not able to reproduce it on latest graphics repository, but I was able to reproduce it on controls repository. So it's highly unlikely to be caused by RT-30363.
06-06-2013
It is likely that this regression is due to RT-30363.
05-06-2013
Note that the indeterminate ProgressIndicator is also broken in the Modena app.