RFR: 8240969: WebView does not allow to load style sheet in modularized applications
Kevin Rushforth
kcr at openjdk.java.net
Fri Mar 13 12:24:04 UTC 2020
On Tue, 29 Oct 2019 09:44:00 GMT, Johan Vos <jvos 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.
@tobiasdiez are you still interested in pursuing this fix?
-------------
PR: https://git.openjdk.java.net/jfx/pull/22
More information about the openjfx-dev
mailing list