On Wed, 9 Sep 2026 01:36:07 GMT, Michael Strauß <[email protected]> wrote:
> When a binary stylesheet contains CSS transitions, deserialization fails with > errors similar to: > > SEVERE: could not deserialize com.sun.javafx.css.TransitionDefinitionConverter > > > The reason is that the `StyleConverter.getInstance(String)` factory used to > deserialize converters doesn't include the converters that were added to > support CSS transitions. > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). Correct fix. makes sense and works. ------------- Marked as reviewed by mhanl (Reviewer). PR Review: https://git.openjdk.org/jfx/pull/2303#pullrequestreview-5158481499
