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

Michael Strauß mstrauss at openjdk.org
Fri Feb 27 17:54:38 UTC 2026


On Fri, 27 Feb 2026 17:26:25 GMT, John Hendrikx <jhendrikx at openjdk.org> wrote:

>> modules/javafx.graphics/src/test/java/test/javafx/scene/layout/AsciiArtParser.java line 523:
>> 
>>> 521:     return extent;
>>> 522:   }
>>> 523: }
>> 
>> missing newline
>
> is that a problem?

If you, for some reason, happen to utter `cat a b > meow`, and "a" doesn't have a terminal newline character, you'll get a fused line in the middle.

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

PR Review Comment: https://git.openjdk.org/jfx/pull/2077#discussion_r2865498060


More information about the openjfx-dev mailing list