Re: issue with WebView in 8u202

2018-11-20 Thread Arunprasad Rajkumar
orrect me if im wrong. > > Thanks, > Murali > > -Original Message- > From: Arunprasad Rajkumar > Sent: Tuesday, November 20, 2018 12:39 PM > To: Anton Tarasov > Cc: openjfx-dev@openjdk.java.net > Subject: Re: issue with WebView in 8u202 > > Hi Anton, >

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 red

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 c

Re: issue with WebView in 8u202

2018-11-19 Thread Arunprasad Rajkumar
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 reproduce the problem with the following html snippet, https://betanews.com/wp-content/uploads/2016/04/

Re: issue with WebView in 8u202

2018-11-19 Thread Anton Tarasov
Thanks for the catch, Kevin! Seems very likely. Is it the thing configured at compile-time? Regards, Anton. On 11/20/2018 12:51 AM, Kevin Rushforth wrote: I can reproduce it and it seems related to Cross-Site-Scripting (XSS) protections, which you have enabled in your HTML header with:    

Re: issue with WebView in 8u202

2018-11-19 Thread Kevin Rushforth
I can reproduce it and it seems related to Cross-Site-Scripting (XSS) protections, which you have enabled in your HTML header with:     If I remove the 'http-equiv="Content-Security-Policy"' from the meta-data then it displays just fine. Perhaps Arun or Murali could comment on whether this

Re: issue with WebView in 8u202

2018-11-19 Thread Anton Tarasov
Hi Kevin, On 11/20/2018 12:21 AM, Kevin Rushforth wrote: Hi Anton, We'll take a look and see if we can reproduce it. Am I correct in understanding that the problem only happens with loadContent, which works on 8u152 and fails on 8u202-ea? And that load from a file works fine on both 8u152 an

Re: issue with WebView in 8u202

2018-11-19 Thread Kevin Rushforth
Hi Anton, We'll take a look and see if we can reproduce it. Am I correct in understanding that the problem only happens with loadContent, which works on 8u152 and fails on 8u202-ea? And that load from a file works fine on both 8u152 and 8u202-ea? -- Kevin On 11/19/2018 12:17 PM, Anton Tara

Re: issue with WebView in 8u202

2018-11-19 Thread Anton Tarasov
(relates to MS Windows, at least) On 11/19/2018 11:17 PM, Anton Tarasov wrote: Hello, JFX team! We (at JetBrains) faced an issue with WebView after we've moved to an JFX update in JDK8u202. The issue is that WebView stopped loading images referenced by an absolute URL under some circumstance

issue with WebView in 8u202

2018-11-19 Thread Anton Tarasov
Hello, JFX team! We (at JetBrains) faced an issue with WebView after we've moved to an JFX update in JDK8u202. The issue is that WebView stopped loading images referenced by an absolute URL under some circumstances. Below is a real html content, produced by IDEA markdown viewer. It has lots