Re: oauth2 is broken

2019-05-24 Thread Anton Tarasov
On 5/23/2019 8:38 AM, Anton Tarasov wrote: Hello, We've faced a problem with broken OAuth 2.0 in WebView. Started to appear since at least 8u202 (worked in 8u152) and is still broken in JavaFX 12. Simple reproducer is below. It should display a login page but displays nothing instead: public

oauth2 is broken

2019-05-23 Thread Anton Tarasov
Hello, We've faced a problem with broken OAuth 2.0 in WebView. Started to appear since at least 8u202 (worked in 8u152) and is still broken in JavaFX 12. Simple reproducer is below. It should display a login page but displays nothing instead: public class Main extends Application {    

Re: deadlock with swing

2019-03-22 Thread Anton Tarasov
Great! Thank you. Regards, Anton. On 3/21/2019 6:23 PM, Kevin Rushforth wrote: Thanks. I took a quick look at it the other day and I think I know what the problem is. -- Kevin On 3/21/2019 8:16 AM, Anton Tarasov wrote: Hi Kevin, Please find it here: https://bugs.openjdk.java.net/browse

deadlock with swing

2019-03-11 Thread Anton Tarasov
Hello! Could you please take a look at the deadlock which we encounter with JFXPanel/WebView: "AWT-EventQueue-0" prio=0 tid=0x0 nid=0x0 waiting on condition java.lang.Thread.State: WAITING  on java.util.concurrent.FutureTask@51c6338d     at

Re: issue with WebView in 8u202

2018-11-20 Thread Anton Tarasov
lt=‘from http:’/> [1] https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP Thanks, Arun On 20-Nov-2018, at 10:04 AM, Anton Tarasov mailto:anton.tara...@jetbrains.com>> wrote: Thanks for the catch, Kevin! Seems very likely. Is it the thing configured at compile-time? Regards, Anton.

Re: issue with WebView in 8u202

2018-11-19 Thread Anton Tarasov
11/19/2018 1:44 PM, Anton Tarasov wrote: 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 f

Re: issue with WebView in 8u202

2018-11-19 Thread Anton Tarasov
and 8u202-ea? Yes, that's right. I've also checked that it's broken in the latest jfx12 as well. I'd appreciate your help in resolving this. Thanks, Anton. -- Kevin On 11/19/2018 12:17 PM, Anton Tarasov wrote: Hello, JFX team! We (at JetBrains) faced an issue with WebView after we've

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

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

Re: WebEngine, getDocument and JavaScript

2015-07-22 Thread Anton Tarasov
Hi Michael, On 15/07/15 22:38, Michael Pozhidaev wrote: Hi guys! Please help me just to make sure! Do I understand correctly that WebEngine.getDocument() method returns the document structure with all changes which JS scripts have already done on the document? Correct. Otherwise, it would be

Re: Google Maps and WebView on Retina Mac

2015-07-22 Thread Anton Tarasov
Hi Michael, Yes, this is a miss indeed. Thanks for reporting it. I've created a JIRA issue to fix it: https://bugs.openjdk.java.net/browse/JDK-8132149 Regards, Anton. On 17/07/15 15:26, Dr. Michael Paus wrote: I just ran Google Maps inside a JavaFX WebView and was a bit shocked when I saw

Re: Patch for JDK-8090098 - [regression] Webview - getTimezoneOffset() of a ISO strings returns a wrong value

2015-06-29 Thread Anton Tarasov
Hi Steve, Ok, I'll investigate it. Thanks, Anton. On 29.06.2015 18:39, Hruda, Steve wrote: Hi Anton Kevin, we read your comments in the JDK bug system and analyzed WebKit's changesets again. We’ve found the code which made this regression. http://trac.webkit.org/changeset/159892 This

Re: WebView doesn't render html input elements

2015-06-25 Thread Anton Tarasov
On 25.06.2015 09:03, Александр Свиридов wrote: Hi Anton. Thank you for answer. Please,note that this problem is not only in linux. The same I saw in windows XP but never in windows 7. Maybe it will help. I don't see it on Win7 as well. WinXP is not a supported platform for JFX 8+. Still, I

Re: JavaFx: WebView perfomance in Window 7

2015-06-08 Thread Anton Tarasov
Hi Alexander, It shouldn't be a problem with WebView. Likely that JFX on your Win7_32bit falls back to software rendering pipeline. You can check that with passing -Dprism.verbose=true to JVM. You'll see something like this: [java] Prism pipeline init order: es2 sw [java] Using

[9] review request: RT-46160 [WebView] outstanding resource locks detected when using clip in canvas

2015-06-03 Thread Anton Tarasov
Hi Kevin, Vadim, Please review the fix: JIRA: https://javafx-jira.kenai.com/browse/RT-46160 webrev: http://cr.openjdk.java.net/~ant/RT-46160/webrev.0 Thanks, Anton.

[9] post-commit notification: RT-40529 Java crashes when trying to render go.com

2015-04-17 Thread Anton Tarasov
JIRA: https://javafx-jira.kenai.com/browse/RT-40529 webrev: http://cr.openjdk.java.net/~ant/RT-40529/webrev.0 Regards, Anton.

[9] request for review: RT-37859 VM crash when call a method from within javascript code present in a page loaded in webEngine

2015-04-15 Thread Anton Tarasov
Hi Kevin, Vadim, Please have a look at the following fix in WebKit bridge/jni/jsc code: JIRA: https://javafx-jira.kenai.com/browse/RT-37859 webrev: http://cr.openjdk.java.net/~ant/RT-37859/webrev.0 Thanks, Anton.

[9] Request for review: RT-40330 [WebView] implement missing functionality in PasteboardJava.cpp

2015-04-08 Thread Anton Tarasov
Hi Kevin, Vadim, Please have a look at the WebView Pasteboard refactoring fix: jira: https://javafx-jira.kenai.com/browse/RT-40330 fix: http://cr.openjdk.java.net/~ant/RT-40330/webrev.0 Thanks, Anton.

Re: Execution environment for javafx.scene.web

2015-02-06 Thread Anton Tarasov
Hi Michael, Yes, WebEngine can be used separately from WebView. (See inline, please) On 05/02/15 02:53, Michael Pozhidaev wrote: Hello everybody, I am working on the technology representing the information in form which adjusted to the perception of blind people. It is just as an addition to

8u40 review request: RT-38861 Rendering is disturbed by mouseover or focus move checkbox and radio of WebView

2014-11-01 Thread Anton Tarasov
Hi Kevin, Leonid, Please, review a simple fix: http://cr.openjdk.java.net/~ant/RT-38861/webrev.0 https://javafx-jira.kenai.com/browse/RT-38861 (This is a post-push review request). Thanks, Anton.

hg: openjfx/8u-dev/rt: RT-36449: [WebView] URLLoader throws an exception on 401 HTTP error with no body

2014-09-22 Thread anton . tarasov
Changeset: 64d2b6d3a2a3 Author:ant anton.tara...@oracle.com Date: 2014-09-22 10:53 +0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/64d2b6d3a2a3 RT-36449: [WebView] URLLoader throws an exception on 401 HTTP error with no body Reviewed-by: kcr, lepopov !

hg: openjfx/8u-dev/rt: RT-38290: [WebView] HTML canvas clip() functionality broken

2014-09-10 Thread anton . tarasov
Changeset: 114951fd1301 Author:ant anton.tara...@oracle.com Date: 2014-09-10 20:35 +0400 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/114951fd1301 RT-38290: [WebView] HTML canvas clip() functionality broken Reviewed-by: ant, peterz Contributed by: anashaty !