RFR: 8371859: Dialog unnecessarily invokes DialogPane.requestLayout()
John Hendrikx
jhendrikx at openjdk.org
Fri Nov 14 08:36:39 UTC 2025
On Thu, 13 Nov 2025 23:20:48 GMT, Michael Strauß <mstrauss at openjdk.org> wrote:
> ... because it's the case when layout needs multiple pulses to get settled?
Yeah, that's what my layout PR is all about. Any layout currently that makes **any** adjustment at all to a layout X/Y property triggers a 2nd (unneeded) pass. So you've seen it first hand now :)
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1973#issuecomment-3531585547
More information about the openjfx-dev
mailing list