Blank page with scale other than 100% #5286
Replies: 3 comments
|
You are using Remove all your command line args if that doesn't work. It's very unlikely this is a bug in |
|
@amaitland thanks for the instructions. Just a note, I had to set the DpiAwareness to Unaware. I'm not necessarily saying that it's a bug, but something did change after version 138.0.340 that I need to adjust on my side. |


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Is there an existing issue for this?
CefSharp Version
151.3.170
Operating System
Windows 11
Architecture
x64
.Net Version
.NET 4.8.1
Implementation
WinForms
Reproduction Steps
Right Click on Desktop -> Display Settings -> Set the scale to 200%.
Run the application, load a webpage.
Expected behavior
Elements should scale correctly.
Actual behavior
A blank (white) page is displayed. Elements are there, as I can see the mouse icon change when I hover over certain areas of the page, where buttons/text usually is.
Regression?
This worked perfectly on 138.0.340.
Any other version after that, it did not work.
Known Workarounds
Tried several possible workarounds, nothing worked.
Does this problem also occur in the CEF Sample Application
No
Other information
I tried setting the DPI Awarness programatically, but it still didn't work.
All reactions