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

Kevin Rushforth kcr at openjdk.java.net
Fri Aug 14 12:38:24 UTC 2020


On Fri, 14 Aug 2020 06:23:18 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.
>
> Tobias Diez has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Update MiscellaneousTest.java

Given the simplicity of the fix, I think the minimal test is enough.

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

Marked as reviewed by kcr (Lead).

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


More information about the openjfx-dev mailing list