cefsharp / CefSharp

.NET (WPF and Windows Forms) bindings for the Chromium Embedded Framework
http://cefsharp.github.io/
Other
9.89k stars 2.92k forks source link

Rendering issue with CEFSharp Browser control - Shows cached page randomly #1809

Closed dongawli closed 8 years ago

dongawli commented 8 years ago

I am using the CEF Sharp library in my WPF project since long time (v1.25.7). On one of the client machine, I am facing issue that CEFSharp browser shows the random page in between continuously. Please see the video for same - https://hub.mangoapps.com/sf/NzMwNzlfMTE2OTA0MA.

This is happening only on one machine. Once application exit and relaunched, its work perfectly. I've checked and added debug logs as well to check whether page is getting load or not. But no load, PropertyChanged method get called continuously.

Thank you!!!

amaitland commented 8 years ago

How do I investigate my issue further?

It's important to remember that CefSharp is just a wrapper around the Chromium Embedded Project (CEF), the upstream CEF forum is a valuable resource. Also CEF has it's own Issue Tracker. Please take the time to research your own problem, including Googling, searching on ceforum, etc.

Finding more info

How do I download cefclient?

This next part is key

amaitland commented 8 years ago

I am using the CEF Sharp library in my WPF project since long time (v1.25.7).

@dongawli That version hasn't been supported in years. Latest supported version is 51.0.0. If you can reproduce the problem you'll need to report it to the CEF project.