apimall / chromiumembedded

Automatically exported from code.google.com/p/chromiumembedded
0 stars 1 forks source link

Offscreen rendering of Java Applets #1499

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. Configure as offscreen rendering(SetAsWindowless)
2. Open a web page that uses a java applet.

A white rectangle is rendered instead of the Java Applet.

This happens in CEF3 binary version 1971, running in a Windows 7 Professional 
64, in The project compiled using Visual Studio 2010 with Multi-threaded DLL 
runtime.

The debug configuration fails always in rendering the applets. The release 
configuration fails when using offscreen(SetAsWindowless) rendering. When 
configured as "SetAsPopup" all is ok in the release builds. When not using Java 
Applets, all sites tested runned ok.

Original issue reported on code.google.com by victorba...@gmail.com on 21 Jan 2015 at 5:25

GoogleCodeExporter commented 9 years ago
Java does not support windowless applets, which would be required for it to 
function in combination with off-screen rendering.

Original comment by magreenb...@gmail.com on 21 Jan 2015 at 5:29