> 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. > > Additionally, easing functions are not serialized at all. Since those > functions can contain numbers (instead of `Size`), we need to extend the BSS > format to support direct serialization of numbers. > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai).
Michael Strauß has updated the pull request incrementally with one additional commit since the last revision: review comments ------------- Changes: - all: https://git.openjdk.org/jfx/pull/2303/files - new: https://git.openjdk.org/jfx/pull/2303/files/a1d440fd..94f18274 Webrevs: - full: https://webrevs.openjdk.org/?repo=jfx&pr=2303&range=04 - incr: https://webrevs.openjdk.org/?repo=jfx&pr=2303&range=03-04 Stats: 9 lines in 2 files changed: 8 ins; 0 del; 1 mod Patch: https://git.openjdk.org/jfx/pull/2303.diff Fetch: git fetch https://git.openjdk.org/jfx.git pull/2303/head:pull/2303 PR: https://git.openjdk.org/jfx/pull/2303
