--- old/src/java.desktop/share/classes/javax/swing/plaf/basic/BasicToolTipUI.java 2017-11-14 12:43:37.308919500 +0530 +++ new/src/java.desktop/share/classes/javax/swing/plaf/basic/BasicToolTipUI.java 2017-11-14 12:43:36.498757500 +0530 @@ -261,7 +261,8 @@ public void propertyChange(PropertyChangeEvent e) { String name = e.getPropertyName(); if (name.equals("tiptext") || "font".equals(name) || - "foreground".equals(name)) { + "foreground".equals(name) || + "ancestor" == name || "graphicsConfiguration" == name) { // remove the old html view client property if one // existed, and install a new one if the text installed // into the JLabel is html source.