Moved from internal bug database (6684516):
See the implementation of com.sun.javafx.gui.BackgroundSupport and how it manipulates the opaque bit of the component. When using a Gradient, it turns off opacity. It could be smarter and only turn it off if the Gradient has some color that has alpha.
See the implementation of com.sun.javafx.gui.BackgroundSupport and how it manipulates the opaque bit of the component. When using a Gradient, it turns off opacity. It could be smarter and only turn it off if the Gradient has some color that has alpha.