-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Release Notification - 128.4.x #4934
Comments
Hi @amaitland, thanks for your work on releasing the new version! I noticed that when using I noticed this seems to be because protected virtual IWindowInfo CreateBrowserWindowInfo(IntPtr handle)
{
var windowInfo = new WindowInfo();
windowInfo.SetAsChild(handle);
if (!ActivateBrowserOnCreation)
{
//Disable Window activation by default
//https://bitbucket.org/chromiumembedded/cef/issues/1856/branch-2526-cef-activates-browser-window
windowInfo.ExStyle |= WS_EX_NOACTIVATE;
}
return windowInfo;
} whereas e.g. the WinForms CefSharp/CefSharp.WinForms/ChromiumWebBrowser.cs Lines 654 to 668 in 53d551f
Is this something that needs to be done for a new Thanks! |
Yep, that was the plan. Change made in commit cefsharp/CefSharp.Wpf.HwndHost@0be6802 New build of Anything that's inconsistent or a change you'd like to propose then feel free to submit a Happy to take feedback from the community 😄 |
Thanks! |
Release 128.4.x
cefsharp/128
release branchDevTools
clientAPI
API Doc
and upload to http://cefsharp.github.io/api/The text was updated successfully, but these errors were encountered: