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 on

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

WebView missing resource

2022-01-22 Thread Scott Palmer
Is this an issue with WebView, my code, both? Exception in thread "JavaFX Application Thread" java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key blockedPluginByContentSecurityPolicyText at java.base/java.util.ResourceBundle.getObject(