RFR: 8370498: Improve how Node detects whether a layout property change requires a new layout pass
Johan Vos
jvos at openjdk.org
Sun Oct 26 10:32:19 UTC 2025
On Thu, 23 Oct 2025 22:11:11 GMT, Andy Goryachev <andy.goryachev at oracle.com> wrote:
> I could write a test that will work with the old code, and fail with the new code (simple counting layout passes, or having some state that requires multiple passes would work to "detect" this fix) but am unsure what purpose that would serve.
The main purpose is testing for regression. We want to make sure a future PR does not re-introduces the old situation.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1945#issuecomment-3448374015
More information about the openjfx-dev
mailing list