RFR: 8335547: Support multi-line prompt text for TextArea [v2]
Andy Goryachev
angorya at openjdk.org
Fri Mar 21 18:35:16 UTC 2025
On Fri, 21 Mar 2025 14:37:56 GMT, Ziad El Midaoui <zelmidaoui 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
>
> Ziad El Midaoui has updated the pull request incrementally with one additional commit since the last revision:
>
> changed wildcard imports
Confirming that no other character (see earlier comment) other than LF render as newlines, on macOS and Windows.
The ticket mentions a possible "workaround" of using \r (CR) on Windows, but it is not true.

-------------
PR Comment: https://git.openjdk.org/jfx/pull/1716#issuecomment-2744153478
More information about the openjfx-dev
mailing list