RFR: 8370498: Improve how Node detects whether a layout property change requires a new layout pass
Kevin Rushforth
kcr at openjdk.org
Thu Oct 23 15:55:55 UTC 2025
On Thu, 23 Oct 2025 13:28:44 GMT, John Hendrikx <jhendrikx at openjdk.org> wrote:
> This new check is much more accurate to detect whether a parent is currently laying out its children. The previous code almost never worked, resulting in additional unnecessary layouts.
Reviewers: @johanvos @kevinrushforth @arapte
We will need a unit test for this. What is the risk of regression? Are there additional tests that we could add to help detect any regressions?
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1945#issuecomment-3437778856
More information about the openjfx-dev
mailing list