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

Tobias Diez github.com+5037600+tobiasdiez at openjdk.java.net
Fri Aug 14 20:24:41 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.

This pull request has now been integrated.

Changeset: 2aed5ad3
Author:    Tobias Diez <tobiasdiez at gmx.de>
Committer: Kevin Rushforth <kcr at openjdk.org>
URL:       https://git.openjdk.java.net/jfx/commit/2aed5ad3
Stats:     16 lines in 2 files changed: 0 ins; 15 del; 1 mod

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

Reviewed-by: kcr, ajoseph

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

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


More information about the openjfx-dev mailing list