Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
JDK-8097534 :
|
There are several areas in JavaFX that are prone to regressions when running with a security manager. Specifically, startup (both standard FX apps and Swing interop apps), WebView, CSS, and FXML. See RT-36141 and RT-36189 for two examples that were introduced several months before code freeze for FX 8, but only recently discovered. This reveals a serious hole in our testing. We need at least two regression tests to cover this: a standard FX app and a Swing app using JFXPanel. Both tests should load the same content in the FX Scene, using WebView, FXML, and CSS. The tests should run with jfxrt.jar loaded by the extension classloader, by specifying "-Djava.ext.dirs" as a JVM arg.
|