-
```
What steps will reproduce the problem?
1. Run the JCEF sample application.
2. Right click in the view.
What is the expected output? What do you see instead?
The native context menu should display…
-
```
Running CEF 3.1364.1094 on Windows 7 SP1
- navigate cefclient to the page pasted below, then click on its link to
navigate away
- the page's onbeforeunload message is displayed, which is not abn…
-
```
What steps will reproduce the problem?
1.CefSettings.pack_loading_disabled == true
2.valid CefResourceBundleHandler provided
CefInitialize creates empty "locales" folder inside CEF library folder.…
-
```
CEF3 R991-1045:
As i'm point at forum:
http://magpcss.org/ceforum/viewtopic.php?f=6&t=10393#p15447
CefBrowserHost API contains two methods:
SetFocus(bool enable) - for using with native renderi…
-
```
Create a C API verison of the cefclient project to demonstrate use of the
interface and facilitate testing of code changes.
Any volunteers? :-)
```
Original issue reported on code.google.com by …
-
```
Implement a new function:
virtual size_t CefPostDataElement::GetBytes(size_t offset, size_t size, void*
bytes) =0;
This would retrieve bytes from offset with size into bytes.
If size would be to…
-
```
What steps will reproduce the problem?
In cefclient, load a page that opens multiple popup windows. I set up
http://jsfiddle.net/7CDYe/ as an example. Click the "Open many windows" link.
What i…
-
```
What steps will reproduce the problem?
1. cefclient off-screen-rendering-enabled
2. go to a page that display HTML select for instance
3. resize your browser fairly large (bigger than HD)
4. above…
-
```
What steps will reproduce the problem?
1. debug cefclient.exe app
2. close app
3. crash
What version of the product are you using? On what operating system?
cef_binary_3.2171.1902_windows32
os …
-
```
By default non-local schemes cannot inspect the clipboard contents for
drag&drop content. This is problematic for client applications that use
multiple browser windows to host content from diffe…