-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Description
-
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,WPForOffScreen?
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
CEFSample Application
at 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)