RFR: 8360940: Layout stops updating when using Parent#setNeedsLayout(true) due to incorrect state management [v2]
Andy Goryachev
angorya at openjdk.org
Wed Oct 1 16:39:53 UTC 2025
On Wed, 1 Oct 2025 16:31:08 GMT, Michael Strauß <mstrauss at openjdk.org> wrote:
>> This is already the case irrespective of this PR. The point of this PR is to ensure that the flags are consistently set as to which part(s) of the scene graph are dirty and need to be reevaluated for the next layout pass.
>
> We should probably resurrect #433 at some point.
Or maybe even make it more generic: detect when (a small number of) additional layout passes are needed and do them right away instead of waiting for another pulse?
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1879#discussion_r2395202205
More information about the openjfx-dev
mailing list