Re: WebView missing resource

2022-01-24 Thread Kevin Rushforth
This is a bug in WebView. I ran into something similar a while back, but wasn't able to reproduce it, and didn't file a bug at that time. In looking at it, there are two problems. First, the getLocalizedProperty method should catch MissingResourceException and log a warning rather than letting

Re: JavaFX Launch Failure on Ubuntu from JNI

2022-01-24 Thread Steve Hannah
I just wanted to follow up with this in case someone comes across this thread later. After thoroughly exploring the landscape, I found that the issue on Ubuntu was caused by a conflict between the webkit2gtk-4.0 library (which I was using to show a progress dialog in the case that the JRE or app

Re: WebView missing resource

2022-01-24 Thread Scott Palmer
This one might cover some of the issues: https://bugs.openjdk.java.net/browse/JDK-8088781 but it doesn’t look like anyone is paying attention to it.. some of the issues in that seem to be gone now. In general I’m finding a lot of rendering glitches. Odd clipping, odd scaling, odd coordinates

Re: RFR: 8277853: With Touch enabled devices scrollbar disappears and the table is scrolled to the beginning [v2]

2022-01-24 Thread meghanEmbrace
> With a touch-enabled device, the scrollbar disappears a short while after > it's used. During the layout, updateHbar() checks the hbar visibility and > resets the clip, causing the user to be scrolled fully to the left when > trying to access columns on the right. Using hbar.isVisible() is

Re: [jfx18] RFR: 8279345: Realign class docs of LightBase and subclasses

2022-01-24 Thread Kevin Rushforth
On Sun, 16 Jan 2022 22:54:22 GMT, Nir Lisker wrote: > Now that the standard concrete light types were added, there is an > opportunity to rearrange and rewrite some of the class docs. Here is a > summary of the changes: > > * Moved the explanations of attenuation and direction up to

[jfx11u] RFR: 8280489: Change JavaFX release version in jfx11u to 11.0.15

2022-01-24 Thread Kevin Rushforth
Bump release version in `jfx11u` repo to 11.0.15 for the start of a new release. - Commit messages: - 8280489: Change JavaFX release version in jfx11u to 11.0.15 Changes: https://git.openjdk.java.net/jfx11u/pull/69/files Webrev: https://webrevs.openjdk.java.net/?repo=jfx11u=69=00

[jfx17u] RFR: 8280490: Change JavaFX release version in jfx17u to 17.0.3

2022-01-24 Thread Kevin Rushforth
Bump release version in `jfx17u` repo to 17.0.3 for the start of a new release. - Commit messages: - 8280490: Change JavaFX release version in jfx17u to 17.0.3 Changes: https://git.openjdk.java.net/jfx17u/pull/29/files Webrev: https://webrevs.openjdk.java.net/?repo=jfx17u=29=00