RFR: 8240969: WebView does not allow to load style sheet in modularized applications
Kevin Rushforth
kcr at openjdk.java.net
Fri Mar 13 13:13:06 UTC 2020
On Fri, 13 Mar 2020 13:05:29 GMT, Tobias Diez <github.com+5037600+tobiasdiez at openjdk.org> wrote:
>> You must have some use case that fails without this proposed fix (else why are you proposing it), right?
>
> Yes, we had this exception in our application which was (temporarily) fixed with
> https://github.com/JabRef/jabref/pull/5497. But JabRef is 100k lines of code, so I doubt this counts as a unit test.
In that case, we will need you to distill it down to a simple, standalone test program. It seems that it might not be
suitable for a unit test, but we need some test to show that the fix is failing now, and works after your proposed fix.
-------------
PR: https://git.openjdk.java.net/jfx/pull/22
More information about the openjfx-dev
mailing list