--- old/src/java.desktop/share/classes/javax/swing/plaf/basic/BasicEditorPaneUI.java 2018-06-14 18:59:47.000000000 -0700 +++ new/src/java.desktop/share/classes/javax/swing/plaf/basic/BasicEditorPaneUI.java 2018-06-14 18:59:47.000000000 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -173,6 +173,7 @@ updateFocusTraversalKeys(); } else if ("foreground".equals(name) || "font".equals(name) + || "graphicsConfiguration".equals(name) || "document".equals(name) || JEditorPane.W3C_LENGTH_UNITS.equals(name) || JEditorPane.HONOR_DISPLAY_PROPERTIES.equals(name)