Re: WebView and WebGL

2021-08-26 Thread Kevin Rushforth
It would be a lot of work, and not something we are likely to do any time soon. -- Kevin On 8/26/2021 10:46 AM, Phil Freihofner wrote: All this recent, great activity on WebView makes me wonder: are there plans in place, or any teams actively working on enabling WebGL? I was recently shown,

Re: RFR: 8090547: Allow for transparent backgrounds in WebView [v4]

2021-08-26 Thread Jose Pereda
On Wed, 25 Aug 2021 23:20:37 GMT, Kevin Rushforth wrote: >> Jose Pereda has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Update cssref.html > > modules/javafx.graphics/src/main/java/com/sun/prism/es2/ES2Graphics.java line > 70: > >> 68:

WebView and WebGL

2021-08-26 Thread Phil Freihofner
All this recent, great activity on WebView makes me wonder: are there plans in place, or any teams actively working on enabling WebGL? I was recently shown, and tried myself to display|a site at webglsamples ||with no success. What are the hurdles? Are they mostly technical, or is it mostly a m

Re: Reducing the size of JavaFX native image app

2021-08-26 Thread Nir Lisker
> > the final exe size is approx. 60 MB > I assume that includes the JDK modules. JavaFX itself is not that large. Can you identify which modules you are packing (maybe with jdeps) and what are their sizes? On Thu, Aug 26, 2021 at 4:32 PM Jan Tosovsky wrote: > Dear All, > > when building a mini

RFR: 8269871: CellEditEvent: must not throw NPE in accessors

2021-08-26 Thread Jeanette Winzenburg
The issue is unguarded access to tablePosition though it might be null (since [JDK-8120610](https://bugs.openjdk.java.net/browse/JDK-8120610) The fix is to check against null in each accessor. Also required to fix the default onEditCommit handlers in Tree/TableColumn to really cope with null Ta

Reducing the size of JavaFX native image app

2021-08-26 Thread Jan Tosovsky
Dear All, when building a minimum JavaFX app [1] for Windows platform using Gluon's maven plugin [2] incorporating GraalVM native image, the final exe size is approx. 60 MB. It is quite large. I've been searching for the help on StackOverflow [3], but there is no response for last 6 months. I am a

Re: Can't login to jbs ..

2021-08-26 Thread Jeanette Winzenburg
yeah, working again - thanks everybody :) Zitat von Kevin Rushforth : Can you try again? I was able to login a few minutes ago, so this outage might be resolved. -- Kevin On 8/26/2021 5:04 AM, Jayathirth D V wrote: I am also facing the issue. Looks like some generic issue. Thanks, Jay

Re: Can't login to jbs ..

2021-08-26 Thread Kevin Rushforth
Can you try again? I was able to login a few minutes ago, so this outage might be resolved. -- Kevin On 8/26/2021 5:04 AM, Jayathirth D V wrote: I am also facing the issue. Looks like some generic issue. Thanks, Jay On 26-Aug-2021, at 5:33 PM, Jeanette Winzenburg wrote: .. general probl

Re: Can't login to jbs ..

2021-08-26 Thread Jayathirth D V
I am also facing the issue. Looks like some generic issue. Thanks, Jay > On 26-Aug-2021, at 5:33 PM, Jeanette Winzenburg > wrote: > > > .. general problem or just me? How to solve? > > Thanks for any help, > Jeanette >

Can't login to jbs ..

2021-08-26 Thread Jeanette Winzenburg
.. general problem or just me? How to solve? Thanks for any help, Jeanette

Re-examine the risks of JDK-8264770 breaking third party libraries and applications.

2021-08-26 Thread Frederic Thevenet
Hi, A change was introduced In JDK-8264770 that swaps the use of ChangeListeners to InvalidationListeners within the internal implementation of BidirectionalBinding [1]. While this change shouldn't normally affect third party applications, it turned out to break the scrolling facilities used