RFR: 8223298: SVG patterns are drawn wrong

2020-04-08 Thread Arun Joseph
Issue: Assuming the pixelScale is 2, the tile image size is doubled at the native side which is propagated to the java side as well. But, as transform initialization takes place after scaling, the transform is reset to default value. Fix: Override scale() method in WCBufferedContext class to cal

RFR: 8240264: Comment out verbose logging

2020-04-08 Thread Jose Pereda
This PR comments out too verbose console logging, as it has been done with some other fprintf calls. As a follow up of this PR, a custom directive that enables this output if needed can be considered. - Commit messages: - Comment out verbose logging Changes: https://git.openjdk.ja

Re: [Rev 01] RFR: 8223298: SVG patterns are drawn wrong

2020-04-08 Thread Arun Joseph
> Issue: Assuming the pixelScale is 2, the tile image size is doubled at the > native side which is propagated to the java > side as well. But, as transform initialization takes place after scaling, the > transform is reset to default value. > Fix: Override scale() method in WCBufferedContext cla

Re: RFR: 8240264: Comment out verbose logging

2020-04-08 Thread Kevin Rushforth
On Wed, 8 Apr 2020 08:37:27 GMT, Jose Pereda wrote: > This PR comments out too verbose console logging, as it has been done with > some other fprintf calls. > As a follow up of this PR, a custom directive that enables this output if > needed can be considered. @jperedadnr Please change the tit

Re: JavaFX Swipe Events Glitch On Mobile

2020-04-08 Thread Nir Lisker
Is this a bug caused by JavaFX or Gluon? On Fri, Mar 20, 2020 at 9:24 PM Debayan Sutradhar < debayansutradh...@gmail.com> wrote: > Swipe Events like swipeup and swipedown don't get registered and their > related set methods don't get called. OnTouch works rarely. > > JavaFX Version : 14 > Gluon C

Re: Support "trust all" SSL context in OpenJFX 14

2020-04-08 Thread Anirvan Sarkar
Maybe it doesn't work due to JDK-8239595. It seems that HttpClient implementation does not use the default SSL context for its configuration [1]. There is an RFR mail to fix this [2][3]. [1] : https://bugs.openjdk.java.net/browse/JDK-8239595 [2] : https://mail.openjdk.java.net/pipermail/net-dev/2

Re: Monocle as a replacement

2020-04-08 Thread Nir Lisker
I added a note about removing Dprism.order=sw. On Wed, Mar 25, 2020 at 7:27 PM Tres Finocchiaro wrote: > With the help from a paid fx support channel, we're making headway with > this. The main help was disabling the recommended software option. At > time of writing this, I recommend this warn

Re: [Rev 02] RFR: 8241476: Linux build warning issued on updated compilers (Ubuntu 18.04.4 / 20.04)

2020-04-08 Thread Kevin Rushforth
On Sun, 29 Mar 2020 00:38:20 GMT, Thiago Milczarek Sayao wrote: >> Simple fix to remove annoying warnings. > > Thiago Milczarek Sayao has updated the pull request incrementally with one > additional commit since the last revision: > > Sep cppFlags and cFlags The build changes in `linux.grad

Re: RFR: 8240264: iOS: Unnecessary logging on every pulse when GL context changes

2020-04-08 Thread Kevin Rushforth
On Wed, 8 Apr 2020 08:37:27 GMT, Jose Pereda wrote: > This PR comments out too verbose console logging, as it has been done with > some other fprintf calls. > As a follow up of this PR, a custom directive that enables this output if > needed can be considered. Marked as reviewed by kcr (Lead).

Re: RFR: 8240694: [macos 10.15] JavaFX Media hangs on some video files on Catalina

2020-04-08 Thread Kevin Rushforth
On Tue, 7 Apr 2020 23:44:17 GMT, Alexander Matveev wrote: > https://bugs.openjdk.java.net/browse/JDK-8240694 > > - Original fix JDK-8236832 was reverted. > - Timestamp will be queried on event loop thread when spectrum event is > received by event loop. > - FIx only enabled for macOS when using

Re: [Rev 01] RFR: 8240694: [macos 10.15] JavaFX Media hangs on some video files on Catalina

2020-04-08 Thread Alexander Matveev
> https://bugs.openjdk.java.net/browse/JDK-8240694 > > - Original fix JDK-8236832 was reverted. > - Timestamp will be queried on event loop thread when spectrum event is > received by event loop. > - FIx only enabled for macOS when using OSXPlatform. Alexander Matveev has updated the pull reques

Re: [Rev 01] RFR: 8240694: [macos 10.15] JavaFX Media hangs on some video files on Catalina

2020-04-08 Thread Alexander Matveev
On Wed, 8 Apr 2020 22:52:27 GMT, Kevin Rushforth wrote: >> Alexander Matveev has updated the pull request incrementally with one >> additional commit since the last revision: >> >> 8240694: Improved comments per reviewers request > > Can you add a root cause / evaluation either in JBS or to t