On Thu, 1 Aug 2024 22:05:50 GMT, Andy Goryachev <ango...@openjdk.org> wrote:
>> Michael Strauß has updated the pull request incrementally with one >> additional commit since the last revision: >> >> fixed a bug > > modules/javafx.graphics/src/main/java/javafx/css/StyleableObjectProperty.java > line 210: > >> 208: // the running transition by adding its mediator to the >> newly created transition controller >> 209: // that manages the hover->base transition. In this way, >> the new transition controller will >> 210: // continue to aggregate the effects of the pre-existing >> transition. > > is there a unit test for this scenario? Done: `StyleableProperty_transition_Test.testExistingTransitionOfComponentTransitionableIsPreserved` ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/1522#discussion_r1702014530