Alex Maitland
Alex Maitland
There's been some major upstream changes recently. See https://github.com/cefsharp/CefSharp/issues/4795 for more details. There's a pretty high change this is an `upsteram` issue. There's only been minor changes to the `WPF`...
> When enlarging the window the webview seems to automatically resize up to a certain size, but then it stops, and it will only suddenly resize when I start hovering...
It would be helpful if someone can run a `git bisect` on the `127` branch and see which commit introduced the change in behavior.
> resize issue started in [d3953b8](https://github.com/cefsharp/CefSharp/commit/d3953b87ac261b45f0e279ae4520e765fe032477) Thanks for confirming. Have to see what changes were made upstream. Did some testing, I can reproduce part of the problem with `cefclient`, have...
Likely related https://www.magpcss.org/ceforum/viewtopic.php?f=6&t=20038#p56379
Other rendering issue with `CEF OSR` https://github.com/chromiumembedded/cef/issues/3826
> Other rendering issue with `CEF OSR` [chromiumembedded/cef#3826](https://github.com/chromiumembedded/cef/issues/3826) This issue needs to be fixed in `CEF`, you can subscribe there for updates. You can use `CefSharp.Wpf.HwndHost.ChromiumWebBrowser` as an alternative (air...
https://github.com/chromiumembedded/cef/issues/3826#issuecomment-2685865905 suggests that explicitly calling `Invalidate` will get the browser to start redrawing again. Example would look something like: ``` // Gets a warpper around the CefBrowserHost instance // You...
@MortenChristiansen @chucker Thanks for sharing! Perhaps we can add a check in to validate the size of the bitmap is the expected size and ask to generate a new frame...
@KyBamboo Thanks for sharing. > Got a lot of funny hacks in this thread. The correct way is to set rendering for best performance. Interesting this works. Not sure that...