Blocks :
|
https://bugs.openjdk.java.net/browse/JDK-8088395 is an issue with JavaFX print dialogs not supporting modality as per spec. Since FX is still using Java2D for printing, then these dialogs are actually Java2D print dialogs and we need JDK support for modality w.r.t what is actually an FX window. So to fix this for FX we need work on FX under https://bugs.openjdk.java.net/browse/JDK-8088395 and on JDK under this id.
|