-
-
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
disable-web-security switch causing visual bug #3568
Comments
Please test with the command line args listed in the bug report, in addition to disable web security. Which version of CEF did you test with? The version linked is not the same version used by the master branch. |
Please test with the current release branch. https://github.com/cefsharp/CefSharp/tree/cefsharp/90 I'm aware the current examples aren't copying the locales and swiftshader folders correctly, problem was likely introduced in #3359 This is only a problem for the master examples and not the release packages. |
after checking again, it really seems like a bug in CEF. my initial test was running cefclient with '--disable-web-security' however the correct argument (which causes the issue) is '--disable-web-security=1' after running cefclient with this parameter, I can reproduce the bug without cefsharp intervention thank you for bothering |
What version of the product are you using?
master commit 842429a (latest as of this moment)
What architecture x86 or x64?
x64
What version of .Net?
.net 5.0
On what operating system?
Win10
Are you using
WinForms
,WPF
orOffScreen
?WinForms
What steps will reproduce the problem?
modify & build WinForms.Example.netcore project with disable-web-security switch enabled
settings.CefCommandLineArgs.Add("disable-web-security", "1");
browse to https://hwzone.co.il or https://cartube.co.il
What is the expected output? What do you see instead?
after the page fully loads, you will notice some parts of the page shrinks (seems like it is treated as mobile resolution)
Please provide any additional information below.
it could be related to a common js library used by this websites (AMP HTML) but... i could not reproduce with cefclient
Does this problem also occur in the
CEF
Sample Applicationat first i was sure it must be rooted in CEF code, but no. the visual abnormality is not present there (tested running cefclient with --disable-web-security switch)
The text was updated successfully, but these errors were encountered: