RFR: 8335547: Support multi-line prompt text for TextArea

Michael Strauß mstrauss at openjdk.org
Sun Mar 16 09:17:58 UTC 2025


On Wed, 19 Feb 2025 16:50:02 GMT, Ziad El Midaoui <duke at openjdk.org> wrote:

> Added multi line prompt support for TextArea this will provide the ability to have multiple lines in textArea as expected,
> Also fixed tests to meet the new changes

What happens if the text contains line breaks other than `\n`, such as `\r` or `\r\n`? There's `System.lineSeparator()`, but we might want to remove all kinds of line separators regardless.

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

PR Comment: https://git.openjdk.org/jfx/pull/1716#issuecomment-2727285120


More information about the openjfx-dev mailing list