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

Tobias Diez github.com+5037600+tobiasdiez at openjdk.java.net
Tue Apr 14 13:18:54 UTC 2020


> 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:

  Add test

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

Changes:
  - all: https://git.openjdk.java.net/jfx/pull/22/files
  - new: https://git.openjdk.java.net/jfx/pull/22/files/391c4fa5..f58ddfca

Webrevs:
 - full: https://webrevs.openjdk.java.net/jfx/22/webrev.01
 - incr: https://webrevs.openjdk.java.net/jfx/22/webrev.00-01

  Stats: 4 lines in 1 file changed: 4 ins; 0 del; 0 mod
  Patch: https://git.openjdk.java.net/jfx/pull/22.diff
  Fetch: git fetch https://git.openjdk.java.net/jfx pull/22/head:pull/22

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


More information about the openjfx-dev mailing list