On Fri, 6 Sep 2024 16:38:41 GMT, Andy Goryachev <ango...@openjdk.org> wrote:

> reproducible. you may need to restart the app. did not see the exception all 
> the time, but got it again changing `-fx-border-width:` in the hover state 
> from 20 to 200

Good catch! The cause for this bug was that when the old value or the new value 
is `null`, we fall back to a discrete transition. This wasn't happening in one 
particular scenario. I also added a test for this.

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1522#issuecomment-2334481402

Reply via email to