RFR: 8240969: WebView does not allow to load style sheet in modularized applications

Johan Vos jvos at openjdk.java.net
Fri Mar 13 12:24:04 UTC 2020


On Thu, 24 Oct 2019 16:42:14 GMT, Tobias Diez <github.com+5037600+tobiasdiez at openjdk.org> wrote:

> Currently, loading a style sheet file using `WebView.getEngine().setUserStyleSheetLocation(url)` fails if the url
> start's with `jrt`, i.e. if the file is packaged in an application image using jlink. This is fixed with this PR.

Hi Tobias,
A PR needs to refer a bug in JBS. (see https://github.com/openjdk/jfx/blob/master/CONTRIBUTING.md)
Do you have an account in JBS? If not, I can file one for you.

-------------

PR: https://git.openjdk.java.net/jfx/pull/22


More information about the openjfx-dev mailing list