-
Bug
-
Resolution: Fixed
-
P2
-
fx1.3
This is a regression caused by the fix to RT-3470 .
When you launch the PathAnimation sample and press the play button, no animation is shown. The timeline is running, though, because if you switch to the boat and back to the car, you can see that the animation is running since it will jump to the right location and then continue. It will stop when it gets back to the beginning (and you can switch back and forth and see it running). If you start the boat animation and go back to the car it will run continuously but the image will disappear for a frame at the end before starting again at the beginning.
I've verified that the following changeset introduced this regression:
http://jfxsrc.sfbay.sun.com/javafx/soma/scrum/graphics/runtime/rev/bac3f032bf27
When you launch the PathAnimation sample and press the play button, no animation is shown. The timeline is running, though, because if you switch to the boat and back to the car, you can see that the animation is running since it will jump to the right location and then continue. It will stop when it gets back to the beginning (and you can switch back and forth and see it running). If you start the boat animation and go back to the car it will run continuously but the image will disappear for a frame at the end before starting again at the beginning.
I've verified that the following changeset introduced this regression:
http://jfxsrc.sfbay.sun.com/javafx/soma/scrum/graphics/runtime/rev/bac3f032bf27
- relates to
-
JDK-8106975 Calculation of tangent in PathTransition is poor
- Closed