While debugging JDK-8316807 it was identified that if we dont use setFill() in Subscene then only the area where we have rendering will capture any mouse events.
This is also identified in https://bugs.openjdk.org/browse/JDK-8123900.
We need to update the SubScene specification to mention this difference in behaviour compared to Scene.
This is also identified in https://bugs.openjdk.org/browse/JDK-8123900.
We need to update the SubScene specification to mention this difference in behaviour compared to Scene.