Skip to content

disable-web-security switch causing visual bug #3568

@DrabanL

Description

@DrabanL
  • 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 or OffScreen?
    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 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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions