RFR: 8377153: JavaFX FlowPane layout causing improper wrapping of TextFlow nodes with max-width styling

John Hendrikx jhendrikx at openjdk.org
Wed Feb 25 11:29:00 UTC 2026


On Wed, 25 Feb 2026 07:52:50 GMT, Alessadro Parisi <duke at openjdk.org> wrote:

> > @palexdev That's correct, it's probably related to the regression you can find in the ticket linked to this PR: https://bugs.openjdk.org/browse/JDK-8377153
> > Once this fix is in, this won't be needed.
> 
> @hjohn Thanks a lot for the clarification! From my understanding this specific PR will fix the FlowPane layout algorithm, but not my case (VBox), so I presume you will follow up with a separate PR, did I get it right?

@palexdev Sorry, I totally misread your question, I thought this was about `FlowPane`.

There are no problems in `VBox` that I'm aware of.  Could you create a small test program to show me the exact issue, and I will take a look at where the problem is?

-------------

PR Comment: https://git.openjdk.org/jfx/pull/2077#issuecomment-3957548176


More information about the openjfx-dev mailing list