RE: WebView: in jfx9 the ENTER key from keyboard does not add new lines on textareas (but works correctly on jfx8)

2018-04-15 Thread Murali Billa
key from keyboard does not add new lines on textareas (but works correctly on jfx8)   Just as additional information, I noticed that  currently in jfx10 the problem is still present.   Regards,   Mirco   On Sun, Apr 15, 2018 at 4:58 PM, Mirco mailto:mirch...@gmail.com"mirch...@gmai

Re: WebView: in jfx9 the ENTER key from keyboard does not add new lines on textareas (but works correctly on jfx8)

2018-04-15 Thread Mirco
Just as additional information, I noticed that currently in jfx10 the problem is still present. Regards, Mirco On Sun, Apr 15, 2018 at 4:58 PM, Mirco wrote: > Hi Murali, > thank you for the quick answer. > Glad to hear the problem does not show up anymore with the latest build. > I will check

Re: WebView: in jfx9 the ENTER key from keyboard does not add new lines on textareas (but works correctly on jfx8)

2018-04-15 Thread Mirco
Hi Murali, thank you for the quick answer. Glad to hear the problem does not show up anymore with the latest build. I will check out again when in the future the official openjfx 11 binaries will be released. Thanks, Mirco On Sat, Apr 14, 2018 at 7:22 PM, Murali Billa wrote: > Hi Mirco, > > I t

RE: WebView: in jfx9 the ENTER key from keyboard does not add new lines on textareas (but works correctly on jfx8)

2018-04-14 Thread Murali Billa
Hi Mirco, I tried the below sample code with JDK9+180 in Ubuntu and able to reproduce this issue. I tried with latest JDK build in Ubuntu (and in windows too) and not able to reproduce this issue (i can see new lines are being added upon entering ENTER key) I suggest you can verify with late