-
Bug
-
Resolution: Fixed
-
P2
-
fx1.3
-
generic
Run jfx/samples/EffectsPlayground demo on recent soma build (I tried with #343). Move mouse over icons or buttons, notice that the rollover animation doesn't fade out after the mouse is moved from an object.
Basically the animation doesn't replay after it completes one cycle (if you move the mouse pointer off the object before the fade-in animation is completed, it correctly fades out), the mouseEnter/MouseExit events are received properly.
This bug is caused by the recent animation changes in openjfx-compiler repo:
changeset: 5308:98c537fab7e3
user: lp154592@astrid.russia.sun.com
date: Tue Sep 08 22:50:37 2009 +0400
summary: FixedRT-5187, RT-5306, RT-5357
I have verified this by backing off this changeset.
Basically the animation doesn't replay after it completes one cycle (if you move the mouse pointer off the object before the fade-in animation is completed, it correctly fades out), the mouseEnter/MouseExit events are received properly.
This bug is caused by the recent animation changes in openjfx-compiler repo:
changeset: 5308:98c537fab7e3
user: lp154592@astrid.russia.sun.com
date: Tue Sep 08 22:50:37 2009 +0400
summary: Fixed
I have verified this by backing off this changeset.