Re: RFR: 8335547: Support multi-line prompt text for TextArea [v3]

2025-03-25 Thread Ziad El Midaoui
On Mon, 24 Mar 2025 16:59:43 GMT, Andy Goryachev wrote: >> Ziad El Midaoui has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Minor changes > > modules/javafx.controls/src/main/java/javafx/scene/control/skin/TextFieldSkin.java > line 33: >

Re: RFR: 8335547: Support multi-line prompt text for TextArea [v3]

2025-03-24 Thread Andy Goryachev
On Mon, 24 Mar 2025 14:23:39 GMT, Ziad El Midaoui 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 wi

Re: RFR: 8335547: Support multi-line prompt text for TextArea [v3]

2025-03-24 Thread Ziad El Midaoui
> 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: Minor change