Welcome Guest Search | Active Topics | Sign In | Register

Context Menu doesn't work properly if WebSecurity=false Options
rainstuff
Posted: Thursday, July 4, 2019 3:38:25 PM
Rank: Advanced Member
Groups: Member

Joined: 9/20/2016
Posts: 73
I've found strange thing- after setting EnableWebSecurity to false, context menu partially doesn't work. For example, I can't get a window with contents of the page by clicking "View Source" in the standart context menu.

Full code to reproduce the problem:
Code:

    EO.WinForm.WebControl wc = new EO.WinForm.WebControl();
    wc.WebView = new WebView();
    wc.WebView.Url = "google.com";
    EO.WebEngine.BrowserOptions options = new EO.WebEngine.BrowserOptions();
    options.EnableWebSecurity = false;
    Runtime.DefaultEngineOptions.SetDefaultBrowserOptions(options);
    panel.Controls.Add(wc); // "panel" - is the panel on the windows form

eo_support
Posted: Friday, July 5, 2019 3:18:03 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,218
Hi,

We are able to reproduce this problem. We are looking into it and will reply again as soon as we find anything.

Thanks!
eo_support
Posted: Monday, July 22, 2019 4:54:58 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,218
Hi,

This is just to let you know that we have posted a new build that should resolve this issue. You can download the new build from our download page. Please take a look and let us know how it goes.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.