RFR: JDK-8245919: Region#padding property rendering error [v2]
Michael Strauß
mstrauss at openjdk.org
Tue Apr 18 00:26:51 UTC 2023
On Mon, 17 Apr 2023 11:16:36 GMT, John Hendrikx <jhendrikx at openjdk.org> wrote:
>> Fix bug in CSS caching code that could reset values on unrelated nodes.
>>
>> The bug occurs due to a cache entry being constructed incorrectly when the initial node that triggered the cache entry creation has user set values. The calculated values for properties with a user set value were omitted in the cache entry, and other nodes that later share the same entry would incorrectly assume the omitted property was unstyled and were therefore reset to their default values.
>
> John Hendrikx has updated the pull request incrementally with one additional commit since the last revision:
>
> Fix typo
Marked as reviewed by mstrauss (Committer).
-------------
PR Review: https://git.openjdk.org/jfx/pull/1072#pullrequestreview-1389104899
More information about the openjfx-dev
mailing list