-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 9
-
Component/s: javafx
The test program for JDK-8170459 has highlighted a regression in behavior in the animation of indeterminate ProgressIndicator. Steps to reproduce:
1. Run the attached test program
2. BUG: notice that the ProgressIndicator does not animate.
This is a regression from JDK 8u.
If you move the "setScene" call after the ProgressIndicator is added to the scene, it works fine.
1. Run the attached test program
2. BUG: notice that the ProgressIndicator does not animate.
This is a regression from JDK 8u.
If you move the "setScene" call after the ProgressIndicator is added to the scene, it works fine.
- relates to
-
JDK-8090322 Need new tree visible property in Node that consider Scene and Stage visibility
-
- Resolved
-
-
JDK-8170459 Indeterminate ProgressIndicator degrades performance if stage changed
-
- Closed
-