Skip to content

Fix issues related to embedding multiple browsers in tabs #97

Description

@GoogleCodeExporter
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 czarek.t...@gmail.com on 13 Dec 2013 at 5:30

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions