-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P2
-
Affects Version/s: 8u20
-
Component/s: javafx
While reviewing an unrelated change I discovered an incompatible API change that appears to be a side effect from RT-35175.
class javafx/scene/control/PopupControl$CSSBridge contains the following method in FX 8:
protected void setSkinClassName(java.lang.String);
but that method was removed as part ofRT-35175. This breaks both source and binary compatibility.
class javafx/scene/control/PopupControl$CSSBridge contains the following method in FX 8:
protected void setSkinClassName(java.lang.String);
but that method was removed as part of
- relates to
-
JDK-8096194 [CSS] CSS Error when placing labels into a Tooltip
-
- Resolved
-