Integrated: 8354813: Parent.isNeedsLayout() may return wrong value in property listener
Michael Strauß
mstrauss at openjdk.org
Thu Apr 17 07:32:58 UTC 2025
On Wed, 16 Apr 2025 10:31:50 GMT, Michael Strauß <mstrauss at openjdk.org> wrote:
> A listener that is added to `Parent.needsLayoutProperty()` may see a wrong value when calling `Parent.isNeedsLayout()` from the callback. The fix is to apply the value before notifying the listeners.
This pull request has now been integrated.
Changeset: 9291099c
Author: Michael Strauß <mstrauss at openjdk.org>
URL: https://git.openjdk.org/jfx/commit/9291099cc3a7830937bffdb65100b372ea1cc77a
Stats: 28 lines in 3 files changed: 26 ins; 1 del; 1 mod
8354813: Parent.isNeedsLayout() may return wrong value in property listener
Reviewed-by: jhendrikx, angorya
-------------
PR: https://git.openjdk.org/jfx/pull/1781
More information about the openjfx-dev
mailing list