You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does the problem reproduce with Google Chrome at the same version?
Appears to be OSR specific
Add any other context about the problem here.
Having lots of different rendering issues in CefSharp since upgrading to 127 when using OSR. This is the first one that I can reliably reproduce with cefclient
The text was updated successfully, but these errors were encountered:
This only reproduces when running with --enable-gpu?
No, reproduces without it.
cefclient.exe --off-screen-rendering-enabled
How about with --shared-texture-enabled?
I think fundamentally it reproduces, just a slightly different visual result. It looks like the texture is stretched to fit the size, fonts become blurry, mouse is no longer mapped to correct coordinates.
Describe the bug
When using OSR on Windows 11 the image isn't redrawn after navigating
Have to manually resize the window for the image to redraw.
To Reproduce
Steps to reproduce the behavior:
cefclient.exe --off-screen-rendering-enabled --enable-gpu
I'm Feeling luck
on google home pageExpected behavior
Image should resize to match that of the window when navigating
Screenshots
Versions (please complete the following information):
Additional context
Yes using
cef_binary_130.1.9+gfc42567+chromium-130.0.6723.70_windows64_client
Does the problem reproduce with Google Chrome at the same version?
Appears to be OSR specific
Add any other context about the problem here.
Having lots of different rendering issues in
CefSharp
since upgrading to127
when using OSR. This is the first one that I can reliably reproduce withcefclient
The text was updated successfully, but these errors were encountered: