On Tue, 22 Jul 2025 00:05:35 GMT, John Hendrikx <jhendr...@openjdk.org> wrote:
> This PR fixes a regression introduced in #1723 > > It reverts the changes made in the BorderPaneTest with new comments > explaining why the values are what they are. It only fixes the regression > that was introduced, but it can be said that the calculation is probably also > incorrect when a vertical biased control is encountered (the `getAreaWidth` > and `getAreaHeight` in `BorderPane` were, and are still not using the same > way to calculate their respective sizes). See the ticket for more details > and screenshots. > > Let me know if I should only address the regression introduced, or also > include the fix for the bias calculation for vertical bias controls. This pull request has now been integrated. Changeset: 7b59ebce Author: John Hendrikx <jhendr...@openjdk.org> URL: https://git.openjdk.org/jfx/commit/7b59ebcec74cf3e0da25e35b22a9722b9d93ebdb Stats: 50 lines in 2 files changed: 37 ins; 0 del; 13 mod 8362873: Regression in BorderPane after JDK-8350149 Reviewed-by: angorya, mstrauss, kcr ------------- PR: https://git.openjdk.org/jfx/pull/1850