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/398) by Harsha Hapuarachchi (Bitbucket: [harsharest](https://bitbucket.org/harsharest)).** ---------------------------------------- CEF\_VERSION - 87.1.12 The CEF message router docs describe multiple workflows for queries, one being the "subscription" style where the "persistent" flag...

bug

**Is your feature request related to a problem? Please describe.** Yes. When connecting to a server with self signed certificates, it would be nice to have access to the CefSslInfo...

enhancement

**[Original report](https://bitbucket.org/chromiumembedded/java-cef/issues/431) by Joe Lauer (Bitbucket: [jlauer](https://bitbucket.org/jlauer), GitHub: [jlauer](https://github.com/jlauer)).** ---------------------------------------- On MacOS 13, jcef is unable to create a window handle for offscreen rendering, it asserts with a windowhandle value...

bug

See also: https://bitbucket.org/chromiumembedded/java-cef/pull-requests/81 Also see https://bitbucket.org/chromiumembedded/cef/wiki/GeneralUsage#markdown-header-response-filtering Also see https://bitbucket.org/chromiumembedded/cef/commits/456ea5a **Is your feature request related to a problem? Please describe.** Unable to intercept response data **Describe the solution you'd like** Approve...

enhancement

**Describe the bug** When a key event is sent to CEF using offscreen rendering, the native code will only bind keys in the standard US layout when in macOS. This...

bug

**Describe the bug** When the user reduces the size of the window slowly, the browser UI is not rendered properly. **To Reproduce** Steps to reproduce the behaviour: 1. Open the...

bug

**Describe the bug** An application has an integrated chromium browser integrated with jacef. When I tip in numbers by using the numerical keypad in the Browser the output is not...

bug

**Description** Custom registered schemes never get registered in the subprocesses causing them to not work. **To Reproduce** 1. Register a custom scheme. 2. Try to nav to a url with...

bug

onPreKey event is never called when some key is pressed. **To Reproduce** Steps to reproduce the behavior: 1. define keyboardhandler, attach it to client 2. log a message when onPreKeyEvent...

bug

**Environment** - OS: macosx - Architecture: amd64 - Version jdk17 me.friwi:jcefmaven:110.0.25 me.friwi:jcef-natives-macosx-amd64:jcef-87476e9+cef-110.0.25+g75b1c96+chromium-110.0.5481.78 Window resize, The browser component does not update the layout until the adjustment is complete ![2023-04-07_22-45-19 (1)](https://user-images.githubusercontent.com/22113151/230628641-af51de4a-68b0-4628-8022-cbd5bbfc730b.gif)

bug