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

Hello, I need a help with my project. I am rendering a simple web page using jcef but selecboxes are not working. The content of the menu always pops up...

bug

**[Original report](https://bitbucket.org/chromiumembedded/java-cef/issues/421) by Philip Hanson (Bitbucket: Philip Hanson).** ---------------------------------------- Linux OS JCEF Version = 100.0.14.294 CEF Version = 100.0.14 Chromium Version = 100.0.4896.75 Here is a bit of psudo code...

bug

**[Original report](https://bitbucket.org/chromiumembedded/java-cef/issues/436) by Albert Kong (Bitbucket: Albert Kong).** ---------------------------------------- CEF Chrome-109 \(January 2023\). It appears that if a Devtools popup is brought up \(using showDevtools\) on a Linux build, it...

bug

**[Original report](https://bitbucket.org/chromiumembedded/java-cef/issues/434) by Osiris Team (Bitbucket: Osiris Team).** ---------------------------------------- Lastest JCEF version. To reproduce simply try creating a cef instance with windowless\_rendering=true and a browser with offscreen-rendering=true. You will notice...

bug

**[Original report](https://bitbucket.org/chromiumembedded/java-cef/issues/355) by Anton Tarasov (Bitbucket: Anton Tarasov).** ---------------------------------------- Reproducible on macOS \(likely on Linux as well\). Chromium sets BSD signals \(SIGBUS, SIGSEGV etc.\) handlers, erasing previously set JDK handlers....

bug

**[Original report](https://bitbucket.org/chromiumembedded/java-cef/issues/365) by Jim Redman (Bitbucket: [jredman](https://bitbucket.org/jredman), GitHub: [jredman](https://github.com/jredman)).** ---------------------------------------- If you run the test application \(`./run.sh linux64 Release detailed) `and enter an invalid “client” URL, eg client://test the error:...

bug

**[Original report](https://bitbucket.org/chromiumembedded/java-cef/issues/420) by Krishnakant Kadam (Bitbucket: Krishnakant Kadam).** ---------------------------------------- **Steps to reproduce**: The issue is reproducing with the JCEF simple app. Open the JCEF sample app and Load the URL...

bug

**[Original report](https://bitbucket.org/chromiumembedded/java-cef/issues/427) by humbinal (Bitbucket: [humbinal](https://bitbucket.org/humbinal), GitHub: [humbinal](https://github.com/humbinal)).** ---------------------------------------- Hi, I am using jcef to build by app, I need to get a directory through the Select Folder dialog. The...

enhancement

**[Original report](https://bitbucket.org/chromiumembedded/java-cef/issues/425) by Greg Hedlund (Bitbucket: Greg Hedlund).** ---------------------------------------- Using java-cef in any java application on macOS will trap the Cmd\+Q keystroke and fail to terminate correctly. From a quick...

bug

**[Original report](https://bitbucket.org/chromiumembedded/java-cef/issues/419) by aotxland (Bitbucket: [aotxland](https://bitbucket.org/aotxland), GitHub: [aotxland](https://github.com/aotxland)).** ---------------------------------------- Add linux arm and arm64 to CMakeFile.txt

proposal