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

Kevin Rushforth kcr at openjdk.java.net
Fri Mar 13 12:57:36 UTC 2020


On Fri, 13 Mar 2020 12:23:50 GMT, Tobias Diez <github.com+5037600+tobiasdiez at openjdk.org> wrote:

>> This has now been transferred to the JDK project as [JDK-8240969](https://bugs.openjdk.java.net/browse/JDK-8240969).
>> You can update the title of this PR to include the bug ID, followed by a `:`, then a space, then the exact title from
>> the bug you are fixing. So:  8240969: WebView does not allow to load style sheet in modularized applications
>> 
>> I note that we still need a test program that fails currently, and passes with your patch.
>
> I've changed the title accordingly. However, I've no idea how to add a test and couldn't find any unit test concerning
> `UserStyleSheetLocation` (apart from some tests that make sure it was invoked on the Javafx thread).

You must have some use case that fails without this proposed fix (else why are you proposing it), right?

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

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


More information about the openjfx-dev mailing list