java-cef icon indicating copy to clipboard operation
java-cef copied to clipboard

Java Chromium Embedded Framework (JCEF). A simple framework for embedding Chromium-based browsers in other applications using the Java programming language.

Results 104 java-cef issues
Sort by recently updated
recently updated
newest added

**Describe the bug** While running a JCEF-based application, I noticed some unexpected messages being written to the STDERR stream (`System.err`) These messages simply read `Exception in thread "AWT-EventQueue-0"` After a...

bug

**Describe the bug** When embedding a JCEF web view in a Swing application, mouse events on JMenu or JMenuItem components publish duplicate MOUSE_PRESSED events. Due to this, the menu opens...

bug

Sometimes (timing issue) the JCEF native code in CefBrowser_N.cpp uses a wrong parent window handle. With this change the problem was gone, also see #321. Reproduction: The problem can happen...

Likely will immediately update to 6533 to avoid this issue https://github.com/chromiumembedded/cef/issues/3616