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

**[Original report](https://bitbucket.org/chromiumembedded/java-cef/issues/418) by SC (Bitbucket: [SC](https://bitbucket.org/SC), GitHub: [SC](https://github.com/SC)).** ---------------------------------------- Hi, i’m using JCEF with Maven. When i set: ‌ ``` browser_.addMouseListener(new MouseAdapter() {     public void mouseClicked(MouseEvent e) {         logger.writeLogs("MainFrame", "Touch...

bug

**[Original report](https://bitbucket.org/chromiumembedded/java-cef/issues/396) by Antony Helliwell (Bitbucket: Antony Helliwell).** ---------------------------------------- Summary: Attempting to create a browser with --offscreen-rendering-enabled throws java.lang.ArrayIndexOutOfBoundsException when running on OpenJDK 16-ea and Windows Steps to reproduce: Using...

bug

**[Original report](https://bitbucket.org/chromiumembedded/java-cef/issues/414) by Yongcheng Fang (Bitbucket: Yongcheng Fang).** ---------------------------------------- I was using the JCEF Linux 64 build \(v1.0.10-84.3.8\+gc8a556f\+chromium-84.0.4147.105\) in my java Swing application for screen sharing via Zoom VideoSDK, but...

bug

**[Original report](https://bitbucket.org/chromiumembedded/java-cef/issues/230) by Paul Furbacher (Bitbucket: Paul Furbacher).** ---------------------------------------- There's a widely adopted, standard way of setting up Java source and test directories/folders, first specified by Maven and continued in...

proposal

**[Original report](https://bitbucket.org/chromiumembedded/java-cef/issues/412) by Enes Altınkaya (Bitbucket: [nsfnd](https://bitbucket.org/nsfnd)).** ---------------------------------------- When `--force-device-scale-factor` argument is set on Linux, web page is not displayed properly. I’m on Arch Linux, Plasma desktop, with these environment...

bug

**[Original report](https://bitbucket.org/chromiumembedded/java-cef/issues/410) by golen geeks (Bitbucket: golen geeks).** ---------------------------------------- Following error is coming, when try to run , run.sh script initialize on Thread\[AWT-EventQueue-0,6,main\] with library path /home/alexa/Downloads/java-cef/jcef\_build/native/Release \[1020/201737.108288:ERROR:sandbox\_linux.cc\(374\)\] InitializeSandbox\(\) called...

bug

**[Original report](https://bitbucket.org/chromiumembedded/java-cef/issues/405) by Osiris Team (Bitbucket: Osiris Team).** ---------------------------------------- Code and problem: ``` String username = "usernmae"; String password = "password"; // TODO REMOVE THIS! String loginUrl = "https://www.spigotmc.org/login"; PandomiumSettings...

bug

**[Original report](https://bitbucket.org/chromiumembedded/java-cef/issues/404) by wenyongLi (Bitbucket: [wenyongLi](https://bitbucket.org/wenyongLi), GitHub: [wenyongLi](https://github.com/wenyongLi)).** ---------------------------------------- I really want to use '-webkit-app-region: drag/no-drag' CSS-property to deal drag

enhancement

**[Original report](https://bitbucket.org/chromiumembedded/java-cef/issues/403) by Brice Dutheil (Bitbucket: Brice Dutheil).** ---------------------------------------- I have Java code that expose a progressive web app via JCEF. However the third-party web-app javascript is minified. They do...

bug

**[Original report](https://bitbucket.org/chromiumembedded/java-cef/issues/244) by Igor_Zh (Bitbucket: [Igor_Zh](https://bitbucket.org/Igor_Zh)).** ---------------------------------------- *onBeforePopup()* method **JCEF** contains three parameters, but for full control over the popup that is not enough The **CEF** implementation of this method...

enhancement