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

Terrible flashing problem on certain web pages #1681

Closed neil-119 closed 8 years ago

neil-119 commented 8 years ago
amaitland commented 8 years ago

Here's my code.

No zip files please (as per https://github.com/cefsharp/CefSharp/blob/master/CONTRIBUTING.md#help-us-help-you)

Does the cef log provide any relevant information? (By default there should be a debug.log file in your bin directory) Nope

I expect if you find logging enabled you'll have some graphics related problems.

Note There is a known graphics issue with WPF and OffScreen versions, see #1634 for details, also see #1666

As per the release notes there are known graphics issues with the WPF version.

https://github.com/cefsharp/CefSharp/releases/tag/v49.0.0

neil-119 commented 8 years ago

Okay, thank you. I searched and didn't see this particular issue posted, as it only happens on certain pages doing some kind of polling (Zopim was an example) and only on the WPF version, so I thought I'd post the issue to let you guys know.

For other people having this issue, a workaround is to host the WinForms version of the project in WPF through the WinFormsIntegration assembly.

fredisko commented 8 years ago

Hello I have same problem with this version. I downgrade version to 47.0.3 and it is working wel