Re: Building a 32-bit JavaFX lib

2018-11-20 Thread Kevin Rushforth
You will need a 32-bit JDK in order to do this, which is also not supported. The FX build will detect a 32-bit JDK and build 32-bit native libs. -- Kevin On 11/20/2018 2:30 AM, Nikola Z. wrote: I have a project using java 11, since JavaFX no longer officially supports 32-bit variant, is

Re: Review request: Long scrolling on mac [JDK-8183399]

2018-11-20 Thread Johan Vos
webrev at http://cr.openjdk.java.net/~jvos/8183399/webrev.00/ On Mon, Nov 19, 2018 at 7:03 PM Johan Vos wrote: > Please review the fix for issue > https://bugs.openjdk.java.net/browse/JDK-8183399 ( > https://github.com/javafxports/openjdk-jfx/issues/38) which should be > fixed with PR #274 >

Re: Building a 32-bit JavaFX lib

2018-11-20 Thread Johan Vos
We have an internal build for JavaFX 11 on win32 as there were some customers asking for it. It seems demand for this is bigger than I expected, so it might make sense we add win32 to the supported list. There is not much different in building win32 builds, you have to specify IS_64 is false

Building a 32-bit JavaFX lib

2018-11-20 Thread Nikola Z.
I have a project using java 11, since JavaFX no longer officially supports 32-bit variant, is there any possible way for me to build such myself?

Re: issue with WebView in 8u202

2018-11-20 Thread Arunprasad Rajkumar
Quote mismatch is due to mail client’s auto formatting. For more clarity I have attached the test code as a file. Also the solution which I had suggested is only for WebEngine.loadContent. Thanks, Arun > On 20-Nov-2018, at 1:44 PM, Murali Billa wrote: > > Hi Arun, > > RegardingAlso

Re: issue with WebView in 8u202

2018-11-20 Thread Anton Tarasov
Hi Arun, The reason appeared to be quite simple, thank you for the details! Regards, Anton. On 11/20/2018 10:09 AM, Arunprasad Rajkumar wrote: Hi Anton, Looks like this is mostly related to Content Security Policy(CSP)[1] which have got strengthened after recent WebKit upgrades. I have

RE: issue with WebView in 8u202

2018-11-20 Thread Murali Billa
Hi Arun, Regarding Cc: openjfx-dev@openjdk.java.net Subject: Re: issue with WebView in 8u202 Hi Anton, Looks like this is mostly related to Content Security Policy(CSP)[1] which have got strengthened after recent WebKit upgrades. I have reduced the given html further(PSB) & I could