--- old/src/macosx/classes/sun/lwawt/macosx/CEmbeddedFrame.java 2015-03-30 18:53:20.698550500 +0300 +++ new/src/macosx/classes/sun/lwawt/macosx/CEmbeddedFrame.java 2015-03-30 18:53:20.257525200 +0300 @@ -120,7 +120,7 @@ // it won't be invoced if focuse is moved to a html element // on the same page. CClipboard clipboard = (CClipboard) Toolkit.getDefaultToolkit().getSystemClipboard(); - clipboard.checkPasteboard(); + clipboard.checkPasteboardAndNotify(); } if (parentWindowActive) { responder.handleWindowFocusEvent(focused, null);