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
Hi Mirco,   Yes..Issue is present in JDK 10 (verified  with  JDK 10+46).   I tested with JDK 11 and issue is not reproducible.   Thanks, Murali   From: Mirco Sent: Sunday, April 15, 2018 8:41 PM To: Murali Billa Cc:

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

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

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