apimall / chromiumembedded

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

Add support for new select drop-down implementation with off-screen rendering #1566

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
A new select drop-down implementation has been added in Blink 
(http://crbug.com/346582) and is now enabled by default on Windows and Linux 
starting with Blink revision 191098. The new implementation does not currently 
work with off-screen rendering in CEF (select popups do not display). The old 
implementation will likely be deleted in the near future so CEF should be 
updated to work with the new implementation.

To use the new implementation remove this line that has been added to 
CefContentRendererClient::WebKitInitialized() in trunk:

blink::WebRuntimeFeatures::enableFeatureFromString("HTMLPopupMenu", false);

Original issue reported on code.google.com by magreenb...@gmail.com on 3 Mar 2015 at 9:19

GoogleCodeExporter commented 9 years ago
Line added in trunk revision 2043.

Original comment by magreenb...@gmail.com on 4 Mar 2015 at 1:02

GoogleCodeExporter commented 9 years ago
CEF is transitioning from Google Code to Bitbucket project hosting. If you 
would like to continue receiving notifications on this issue please add 
yourself as a Watcher at the new location: 
https://bitbucket.org/chromiumembedded/cef/issue/1566

Original comment by magreenb...@gmail.com on 14 Mar 2015 at 3:38