Skip to content

Fix issues related to embedding multiple browsers in tabs #97

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
GoogleCodeExporter opened this issue Aug 28, 2015 · 17 comments
Closed

Comments

@GoogleCodeExporter
Copy link

There are many issues in CEF when embedding multiple browsers in tabs. It seems 
that it is always the first browser created to react when calling methods on 
the different frame objects. This includes methods like LoadUrl(), 
LoadString(), ExecuteJavascript(). Both browser1.frame.loadUrl() and 
browser2.frame.loadUrl() cause loading of an url in the first browser.

The fix to these issues might be to instantiate a separate client handler for 
each browser, instead of using one global handler, this was suggested as a 
solution in this topic by thile:
http://www.magpcss.org/ceforum/viewtopic.php?p=18212#p18212

Original issue reported on code.google.com by [email protected] on 13 Dec 2013 at 5:30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant