apimall / chromiumembedded

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

Calling ShowDevTools right after CloseDevTools results in broken inspector window #1486

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Calling the following lines in sequence in the UI thread causes a broken web 
inspector window to show up (no DOM tree is shown and the console doesn't work):

browser->GetHost()->CloseDevTools();
browser->GetHost()->ShowDevTools(window_info, ..., point);

Also, CEF prints the following error:

[0113/105607:INFO:CONSOLE(1)] "Uncaught ReferenceError: InspectorFrontendAPI is 
not defined", source:  (1)

Forum: http://magpcss.org/ceforum/viewtopic.php?f=6&t=12566&p=24124

Original issue reported on code.google.com by thomas...@gmail.com on 13 Jan 2015 at 6:58

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/1486

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