java-cef
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.
**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...
**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...
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