RFR: 8332895: Support interpolation for backgrounds and borders [v2]

Michael Strauß mstrauss at openjdk.org
Fri Aug 2 15:37:16 UTC 2024


On Thu, 1 Aug 2024 22:05:50 GMT, Andy Goryachev <angorya at 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


More information about the openjfx-dev mailing list