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/352) by Dave Tarkowski (Bitbucket: David Tarkowski).** ---------------------------------------- On Linux, if I bring up a GTK\+ modal dialog, such as a file dialog, it isn’t really modal – events...

bug

**[Original report](https://bitbucket.org/chromiumembedded/java-cef/issues/351) by Dave Tarkowski (Bitbucket: David Tarkowski).** ---------------------------------------- When using off screen rendering mode, cursors specified via a URL do not work. To reproduce, start the detailed test application...

bug

**[Original report](https://bitbucket.org/chromiumembedded/java-cef/issues/350) by Dave Tarkowski (Bitbucket: David Tarkowski).** ---------------------------------------- When I add a `KeyEventDispatcher`handler, the behavior is different between Windows and Mac, specifically, I think that the Mac version is...

bug

**[Original report](https://bitbucket.org/chromiumembedded/java-cef/issues/339) by me.** ---------------------------------------- To ensure the quality of JCEF we should begin writing unit tests. JUnit seems a reasonable choice as it appears to support the functionality that...

task

**[Original report](https://bitbucket.org/chromiumembedded/java-cef/issues/329) by me.** ---------------------------------------- **What steps will reproduce the problem?** Add the following code in the simple application: ``` addWindowListener(new WindowAdapter() { @Override public void windowActivated(WindowEvent e) { System.out.println("windowActivated");...

bug
linux

**[Original report](https://bitbucket.org/chromiumembedded/java-cef/issues/297) by me.** ---------------------------------------- **What steps will reproduce the problem?** 1. Create a JCEF application with multiple windows. For example, by applying the attached multiwindow.patch to the detailed sample...

bug
windows

**[Original report](https://bitbucket.org/chromiumembedded/java-cef/issues/306) by me.** ---------------------------------------- The CefRequestContext::*Preference methods [1] provide access to a number of dynamic configuration settings including proxy configuration and localization. It would be nice to expose these...

enhancement

**[Original report](https://bitbucket.org/chromiumembedded/java-cef/issues/231) by Paul Furbacher (Bitbucket: Paul Furbacher).** ---------------------------------------- On the [BranchesAndBuilding](https://bitbucket.org/chromiumembedded/java-cef/wiki/BranchesAndBuilding.md) page, in the first item of the section titled "Manual Building", you could add after the following comment:...

enhancement

**[Original report](https://bitbucket.org/chromiumembedded/java-cef/issues/213) by Dominic E. (Bitbucket: Dominic E.).** ---------------------------------------- Hey, I found out, that if you open cef sample app and then shutdown your computer, the app won't be closed...

bug
macos

**[Original report](https://bitbucket.org/chromiumembedded/java-cef/issues/28) by Anonymous.** ---------------------------------------- Original [issue 28](https://code.google.com/p/javachromiumembedded/issues/detail?id=28) created by arnaud.brochard on 2014-01-15T10:28:42.000Z: **What steps will reproduce the problem?** Download and run latest distribution **What is the expected output? What...

bug
windows