I have a pretty strange issue that I have not seen mentioned anywhere on these boards that is causing me some headaches. In my Win Form application, sometimes when I create
a new instance of CefBrowser, nothing is rendered on the screen, it just shows a blank page.
The strange thing about it is that if I use the Refresh command, the screen will still not show anything. No matter how many times I refresh, nothing is shown. If I save the source of the page, everything looks fine in the HTML code loaded into the browser. The only way to get the browser to render is to close the window, and start a new instance of CefBrowser.
This happens about one out of every 4-6 times that I start an instance of a browser. The rest of the time, everything works perfectly.
This issue occurs in both SingleProcess and MultiProcess mode. The Verbose logs don't show anything different when the window is blank versus when the window shows HTML.
Using Visual Studio 2010, Windows 7 64bit, Cef 3.1547.1448.
Anyone have any ideas or seen this behavior before?